From 6e5331814da7cd76415fe110cb37cc16c5e22078 Mon Sep 17 00:00:00 2001 From: Adam Spiers Date: Thu, 15 Dec 2011 21:14:07 +0000 Subject: [PATCH] Fix some incorrect CPAN meta-data about the project. --- Build.PL | 9 ++++----- META.json | 2 +- META.yml | 2 +- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/Build.PL b/Build.PL index 0dd13bb..9a755f8 100644 --- a/Build.PL +++ b/Build.PL @@ -27,19 +27,18 @@ my $build = Module::Build->new( # https://rt.cpan.org/Ticket/Display.html?id=71502 # bugtracker => { # web => 'http://rt.cpan.org/Public/Dist/Display.html?Name=Stow', - # mailto => 'mysqldiff@adamspiers.org', + # mailto => 'stow-devel@gnu.org', # }, #bugtracker => 'http://rt.cpan.org/Public/Dist/Display.html?Name=Stow', # Module::Build forces us to use v1.4 of the CPAN Meta Spec: # https://rt.cpan.org/Ticket/Display.html?id=71502 # repository => { - # url => 'git:github.com/aspiers/stow.git', - # web => 'http://github.com/aspiers/stow', + # url => 'git://git.savannah.gnu.org/stow.git', + # web => 'https://savannah.gnu.org/git/?group=stow', # type => 'git', # }, - repository => 'http://github.com/aspiers/stow', - #repository => 'https://savannah.gnu.org/git/?group=stow', + repository => 'git://git.savannah.gnu.org/stow.git', }, }, requires => { diff --git a/META.json b/META.json index 6e34c58..e762735 100644 --- a/META.json +++ b/META.json @@ -50,7 +50,7 @@ "http://www.gnu.org/licenses/gpl-2.0.html" ], "repository" : { - "url" : "http://github.com/aspiers/stow" + "url" : "git://git.savannah.gnu.org/stow.git" } }, "version" : "v2.1.2" diff --git a/META.yml b/META.yml index f02e0f2..84e5fd1 100644 --- a/META.yml +++ b/META.yml @@ -28,5 +28,5 @@ requires: resources: homepage: https://savannah.gnu.org/projects/stow license: http://www.gnu.org/licenses/gpl-2.0.html - repository: http://github.com/aspiers/stow + repository: git://git.savannah.gnu.org/stow.git version: v2.1.2