summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrian d foy <briandfoy@pobox.com>2022-10-25 15:17:36 -0400
committerbrian d foy <briandfoy@pobox.com>2022-10-25 15:17:36 -0400
commit0418a92b3f05678b058cfdddd7a7af1f868439b8 (patch)
treed66590fcac79ae3bf4c95448b5b0fe4da492a0d9
parent80528ede99fdd674baf0a09804f729570771ffb0 (diff)
URL does not need .git at end for GitHub
-rw-r--r--Makefile.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL
index c8d5736..1257708 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -72,7 +72,7 @@ my %WriteMakefile = (
resources => {
repository => {
type => 'git',
- url => "$github.git",
+ url => $github,
web => $github,
},
bugtracker => {