From: Karen Etheridge Date: Tue, 28 Mar 2017 21:41:11 +0000 (-0700) Subject: add comment for web UI to git repo X-Git-Tag: 5.90115~10 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=4fdd5f25345fd39799fdacabe8e0aba5c18717c0 add comment for web UI to git repo --- diff --git a/Makefile.PL b/Makefile.PL index 0e2e25c..5a47d3e 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -142,6 +142,7 @@ resources( 'license', => 'http://dev.perl.org/licenses/', 'homepage', => 'http://dev.catalyst.perl.org/', # r/w: catagits@git.shadowcat.co.uk:Catalyst-Runtime.git + # web: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits/Catalyst-Runtime.git;a=summary 'repository', => 'git://git.shadowcat.co.uk/catagits/Catalyst-Runtime.git', );