app-admin/ansible: use HTTPS for GitHub
authorDavid Hicks <david@hicks.id.au>
Fri, 28 Jul 2017 23:22:50 +0000 (09:22 +1000)
committerMichał Górny <mgorny@gentoo.org>
Sun, 30 Jul 2017 08:35:55 +0000 (10:35 +0200)
Package-Manager: Portage-2.3.6, Repoman-2.3.3

app-admin/ansible/ansible-9999.ebuild

index 20c705ac2918c24ff2f5b46a908e372c8d15c228..d6f59323d5925e746430aef28ae86853537745e8 100644 (file)
@@ -9,7 +9,7 @@ inherit distutils-r1 git-r3
 
 DESCRIPTION="Model-driven deployment, config management, and command execution framework"
 HOMEPAGE="https://www.ansible.com/"
-EGIT_REPO_URI="git://github.com/ansible/ansible.git"
+EGIT_REPO_URI="https://github.com/ansible/ansible.git"
 EGIT_BRANCH="devel"
 
 LICENSE="GPL-3"