From 919d2c56b4c436072641e6e9e84231576f560ccf Mon Sep 17 00:00:00 2001 From: magdev Date: Sat, 4 Nov 2023 15:36:39 +0100 Subject: [PATCH] fixed invalid path --- init.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.rb b/init.rb index 444e51f..2845cf5 100644 --- a/init.rb +++ b/init.rb @@ -6,9 +6,9 @@ end Redmine::Plugin.register :baupm_core do name 'BauPM Core Plugin' - url 'https://git.bundespruefstelle.ch/magdev/baupm_core' + url 'https://src.bundespruefstelle.ch/magdev/baupm-core' author 'Marco Grätsch' - author_url 'https://git.bundespruefstelle.ch/magdev' + author_url 'https://src.bundespruefstelle.ch/magdev' description "Common modifications for BauPM" version '0.1.0'