Committed by Greg Sabino Mullane <[email protected]> Subject: [DBD::Pg 2/2] Set the repository in META.yml to github. It's not clear if https:// or git:// should be used: modules seem to be using both.
--- META.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/META.yml b/META.yml index 0b9808f..591059b 100644 --- a/META.yml +++ b/META.yml @@ -46,7 +46,7 @@ resources: homepage : http://search.cpan.org/dist/DBD-Pg/ license : http://dev.perl.org/licenses/ bugtracker : http://rt.cpan.org/Public/Dist/Display.html?Name=DBD-Pg - repository : git://bucardo.org/dbdpg.git + repository : https://github.com/bucardo/dbdpg MailingList : http://www.nntp.perl.org/group/perl.dbd.pg/ IRC : irc://irc.freenode.net/#postgresql -- 1.8.4
