From 84619ba7bb06544c4a287ad60f6ba4ca6107675a Mon Sep 17 00:00:00 2001 From: "karel.picman@lbcfree.net" Date: Wed, 13 May 2020 13:34:53 +0200 Subject: [PATCH] #168 wrong url --- init.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.rb b/init.rb index 790c519..537fc4c 100644 --- a/init.rb +++ b/init.rb @@ -28,7 +28,7 @@ Redmine::Plugin.register :redmine_custom_workflows do else name 'Redmine Custom Workflow plugin' url 'https://www.redmine.org/plugins/custom-workflows-plug-in' - author_url 'https://github.com/danmunn/redmine_custom_workflows/graphs/contributors' + author_url 'https://github.com/anteo/redmine_custom_workflows/graphs/contributors' end author 'Anton Argirov/Karel Pičman' description 'Allows to create custom workflows for objects, defined in the plain Ruby language'