Skip to content

Commit

Permalink
Merge pull request #9 from briandfoy/http-url-git
Browse files Browse the repository at this point in the history
URL does not need .git at end for GitHub
  • Loading branch information
briandfoy committed Oct 25, 2022
2 parents 9a90a3f + 561e28b commit d103696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ my %WriteMakefile = (
resources => {
repository => {
type => 'git',
url => "$github.git",
url => $github,
web => $github,
},
bugtracker => {
Expand Down

0 comments on commit d103696

Please sign in to comment.