From bda8e7d34419a530e34cd19d826f0674f2055ba7 Mon Sep 17 00:00:00 2001 From: garphy / Simon Date: Tue, 18 Apr 2023 11:10:26 -0400 Subject: [PATCH] refs #3: Fix the github url in the manifest --- init.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.rb b/init.rb index 522efb2..3af1cda 100644 --- a/init.rb +++ b/init.rb @@ -8,7 +8,7 @@ Redmine::Plugin.register :redmine_search_archived_projects do name 'Redmine Search Archived Projects' author 'Alex Dergachev' - url 'https://github.com/evolvingweb/redmine_evolvingweb_extensions' + url 'https://github.com/evolvingweb/redmine_search_archived_projects' author_url 'http://evolvingweb.ca' description 'Allows searching through archived projects.' version '0.0.1'