aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.PL4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.PL b/Makefile.PL
index fdfffee..8976da9 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -38,14 +38,14 @@ my %makefile_args = (
MIN_PERL_VERSION => 5.006,
META_MERGE => {
'meta-spec' => { version => 2 },
resources => {
repository => {
type => 'git',
- url => 'git://git.gnu.org.ua/gsc/acmeman.git',
- web => 'http://git.gnu.org.ua/cgit/gsc/acmeman.git/',
+ url => 'git://git.gnu.org.ua/acmeman.git',
+ web => 'http://git.gnu.org.ua/cgit/acmeman.git/',
},
},
provides => Module::Metadata->provides(version => '1.4',
dir => 'lib')
}
);

Return to:

Send suggestions and report system problems to the System administrator.