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 = (
41 resources => { 41 resources => {
42 repository => { 42 repository => {
43 type => 'git', 43 type => 'git',
44 url => 'git://git.gnu.org.ua/gsc/acmeman.git', 44 url => 'git://git.gnu.org.ua/acmeman.git',
45 web => 'http://git.gnu.org.ua/cgit/gsc/acmeman.git/', 45 web => 'http://git.gnu.org.ua/cgit/acmeman.git/',
46 }, 46 },
47 }, 47 },
48 provides => Module::Metadata->provides(version => '1.4', 48 provides => Module::Metadata->provides(version => '1.4',

Return to:

Send suggestions and report system problems to the System administrator.