aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2019-08-25 14:48:13 +0300
committerSergey Poznyakoff <gray@gnu.org>2019-08-25 14:48:13 +0300
commitf20aed261b6fcf97ab070dd743aba8ee6cd0e39c (patch)
tree9aba5ecabe815318ff6b632e2f0ba5ddeb9ab50a
parent99d1298ce565acb55514deb472cd5d534d9e8e9b (diff)
downloadacmeman-f20aed261b6fcf97ab070dd743aba8ee6cd0e39c.tar.gz
acmeman-f20aed261b6fcf97ab070dd743aba8ee6cd0e39c.tar.bz2
Fix repository URL in Makefile.PL
-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
@@ -41,8 +41,8 @@ my %makefile_args = (
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',

Return to:

Send suggestions and report system problems to the System administrator.