From 187ac24bcf6f915178946dc374a9481526e15863 Mon Sep 17 00:00:00 2001 From: Masahiro Honma Date: Fri, 27 Jan 2012 16:00:58 +0900 Subject: [PATCH] Fix the URL of the repository. --- Makefile.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.PL b/Makefile.PL index 3f1a351d..a0dc46a4 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -16,7 +16,7 @@ WriteMakefile( 'Business::ISBN' => 0, }, 'resources' => { - 'repository' => 'http://gitorious.org/projects/perl-uri', + 'repository' => 'https://github.com/gisle/uri', 'MailingList' => 'mailto:libwww@perl.org', } },