Skip to content

Commit 5d38046

Browse files
committed
Remove .git ending from GitHub URL
1 parent c436e8b commit 5d38046

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.PL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ my %WriteMakefile = (
8585
resources => {
8686
repository => {
8787
type => 'git',
88-
url => 'git@github.com:briandfoy/module-release.git',
88+
url => 'git@github.com:briandfoy/module-release',
8989
web => 'https://github.com/briandfoy/module-release',
9090
},
9191
},

0 commit comments

Comments
 (0)