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
|
||||
# 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 => {
|
||||
|
|
|
@ -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"
|
||||
|
|
2
META.yml
2
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
|
||||
|
|
Loading…
Reference in a new issue