Skip to content

Commit 0b4b92a

Browse files
committed
Use configured GitHub URL for meta links
1 parent 5d38046 commit 0b4b92a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile.PL

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ my %WriteMakefile = (
8585
resources => {
8686
repository => {
8787
type => 'git',
88-
url => 'git@github.com:briandfoy/module-release',
89-
web => 'https://github.com/briandfoy/module-release',
88+
url => $github,
89+
web => $github,
9090
},
9191
},
9292
keywords => ['workflow', 'module', 'distribution',

0 commit comments

Comments
 (0)