summaryrefslogtreecommitdiff
path: root/Build.PL
diff options
context:
space:
mode:
authorRuss Allbery <rra@cpan.org>2018-04-28 19:17:58 -0700
committerRuss Allbery <rra@cpan.org>2018-04-28 19:17:58 -0700
commite41129fe16d93956b1c0d8a1e4baf59eae15f931 (patch)
tree800a90941d9e16eb75c7a20add7ba8f672dcd834 /Build.PL
parentf7d59f62eb76416aec038b81d39822572c3f33fb (diff)
Use https link for repository URL in Build.PL
Diffstat (limited to 'Build.PL')
-rw-r--r--Build.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build.PL b/Build.PL
index 37cb7fa..dd365c3 100644
--- a/Build.PL
+++ b/Build.PL
@@ -52,7 +52,7 @@ my $build = Module::Build->new(
},
homepage => 'https://www.eyrie.org/~eagle/software/docknot',
repository => {
- url => 'git://github.com/rra/docknot.git',
+ url => 'https://github.com/rra/docknot.git',
web => 'https://github.com/rra/docknot',
type => 'git',
},