Update to metadata to refer to current github repo
This commit is contained in:
parent
02b046373b
commit
9f1d0adf0d
1 changed files with 5 additions and 1 deletions
|
@ -8,7 +8,11 @@ WriteMakefile(
|
|||
PREREQ_PM => { SOAP::Lite => 0.67 },
|
||||
META_ADD => {
|
||||
resources => {
|
||||
repository => 'git://github.com/hembreed/Business-PayPal-API.git',
|
||||
repository => {
|
||||
type => 'git',
|
||||
url => 'git://github.com/oalders/business-paypal-api.git',
|
||||
web => 'https://github.com/oalders/business-paypal-api',
|
||||
},
|
||||
},
|
||||
},
|
||||
($] >= 5.005 ?
|
||||
|
|
Loading…
Reference in a new issue