Skip to content

Commit c3b1cae

Browse files
committed
metadata.json: Fix URL to source repo
the `git://` URIs are deprecated, best practice is to reference to https.
1 parent 63e09a1 commit c3b1cae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"author": "puppetlabs",
55
"summary": "Module for installing and managing docker",
66
"license": "Apache-2.0",
7-
"source": "git://github.com/puppetlabs/puppetlabs-docker",
7+
"source": "https://github.com/puppetlabs/puppetlabs-docker",
88
"project_page": "https://github.com/puppetlabs/puppetlabs-docker",
99
"issues_url": "https://github.com/puppetlabs/puppetlabs-docker/issues",
1010
"dependencies": [

0 commit comments

Comments
 (0)