Skip to content

Commit a36b528

Browse files
bastelfreakekohl
authored andcommitted
metadata.json: Use https URL to git repo
using plaintext git URLs isn't supported by GitHub anymore. People might parse the metadata.json to get the git URL which will then fail.
1 parent 6d923f0 commit a36b528

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"author": "theforeman",
55
"summary": "Puppet agent and server configuration",
66
"license": "GPL-3.0+",
7-
"source": "git://github.com/theforeman/puppet-puppet",
7+
"source": "https://github.com/theforeman/puppet-puppet",
88
"project_page": "https://github.com/theforeman/puppet-puppet",
99
"issues_url": "https://github.com/theforeman/puppet-puppet/issues",
1010
"description": "Module for installing the Puppet agent and Puppet server",

0 commit comments

Comments
 (0)