include git webpage; also include r/w remote spec in comments for contributors
Karen Etheridge [Sun, 9 Sep 2012 16:54:44 +0000 (09:54 -0700)]
Makefile.PL

index 4277a81..3797a6d 100644 (file)
@@ -7,7 +7,9 @@ all_from('lib/App/FatPacker.pm');
 install_script('bin/fatpack');
 
 resources(
+    # r/w: p5sagit@git.shadowcat.co.uk:App-FatPacker.git
     repository => "git://git.shadowcat.co.uk/p5sagit/App-FatPacker.git",
+    homepage => 'http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit/App-FatPacker.git',
 );
 
 WriteAll;