Skip to content

Commit

Permalink
metadata.json: Use https URL to git repo
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
bastelfreak authored and ekohl committed Mar 17, 2022
1 parent 6d923f0 commit a36b528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"author": "theforeman",
"summary": "Puppet agent and server configuration",
"license": "GPL-3.0+",
"source": "git://github.com/theforeman/puppet-puppet",
"source": "https://github.com/theforeman/puppet-puppet",
"project_page": "https://github.com/theforeman/puppet-puppet",
"issues_url": "https://github.com/theforeman/puppet-puppet/issues",
"description": "Module for installing the Puppet agent and Puppet server",
Expand Down

0 comments on commit a36b528

Please sign in to comment.