Skip to content

Commit 1321db3

Browse files
authored
Update metadata to point at GitHub repo not bitbucket
To execute what we talked about in email
1 parent c521b57 commit 1321db3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Makefile.PL

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,9 @@ sub write_makefile
9595
"meta-spec" => { version => 2 },
9696
resources => {
9797
repository => {
98-
type => 'hg',
99-
url => 'https://bitbucket.org/jpeacock/version'
98+
type => 'git',
99+
url => 'git://github.com/JohnPeacock/version.pm.git',
100+
web => 'http://github.com/JohnPeacock/version.pm',
100101
},
101102
bugtracker => {
102103
web => 'https://rt.cpan.org/Public/Dist/Display.html?Name=version',

0 commit comments

Comments
 (0)