Fix some incorrect CPAN meta-data about the project.
This commit is contained in:
parent
215e0dac13
commit
6e5331814d
3 changed files with 6 additions and 7 deletions
9
Build.PL
9
Build.PL
|
@ -27,19 +27,18 @@ my $build = Module::Build->new(
|
||||||
# https://rt.cpan.org/Ticket/Display.html?id=71502
|
# https://rt.cpan.org/Ticket/Display.html?id=71502
|
||||||
# bugtracker => {
|
# bugtracker => {
|
||||||
# web => 'http://rt.cpan.org/Public/Dist/Display.html?Name=Stow',
|
# 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',
|
#bugtracker => 'http://rt.cpan.org/Public/Dist/Display.html?Name=Stow',
|
||||||
|
|
||||||
# Module::Build forces us to use v1.4 of the CPAN Meta Spec:
|
# Module::Build forces us to use v1.4 of the CPAN Meta Spec:
|
||||||
# https://rt.cpan.org/Ticket/Display.html?id=71502
|
# https://rt.cpan.org/Ticket/Display.html?id=71502
|
||||||
# repository => {
|
# repository => {
|
||||||
# url => 'git:github.com/aspiers/stow.git',
|
# url => 'git://git.savannah.gnu.org/stow.git',
|
||||||
# web => 'http://github.com/aspiers/stow',
|
# web => 'https://savannah.gnu.org/git/?group=stow',
|
||||||
# type => 'git',
|
# type => 'git',
|
||||||
# },
|
# },
|
||||||
repository => 'http://github.com/aspiers/stow',
|
repository => 'git://git.savannah.gnu.org/stow.git',
|
||||||
#repository => 'https://savannah.gnu.org/git/?group=stow',
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
requires => {
|
requires => {
|
||||||
|
|
|
@ -50,7 +50,7 @@
|
||||||
"http://www.gnu.org/licenses/gpl-2.0.html"
|
"http://www.gnu.org/licenses/gpl-2.0.html"
|
||||||
],
|
],
|
||||||
"repository" : {
|
"repository" : {
|
||||||
"url" : "http://github.com/aspiers/stow"
|
"url" : "git://git.savannah.gnu.org/stow.git"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"version" : "v2.1.2"
|
"version" : "v2.1.2"
|
||||||
|
|
2
META.yml
2
META.yml
|
@ -28,5 +28,5 @@ requires:
|
||||||
resources:
|
resources:
|
||||||
homepage: https://savannah.gnu.org/projects/stow
|
homepage: https://savannah.gnu.org/projects/stow
|
||||||
license: http://www.gnu.org/licenses/gpl-2.0.html
|
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
|
version: v2.1.2
|
||||||
|
|
Loading…
Reference in a new issue