Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/ansible/
Date: Sun, 30 Jul 2017 08:36:12
Message-Id: 1501403755.71ccc612a82189185ec7c3c7db321229251f4010.mgorny@gentoo
1 commit: 71ccc612a82189185ec7c3c7db321229251f4010
2 Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
3 AuthorDate: Fri Jul 28 23:22:50 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 30 08:35:55 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71ccc612
7
8 app-admin/ansible: use HTTPS for GitHub
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 app-admin/ansible/ansible-9999.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-admin/ansible/ansible-9999.ebuild b/app-admin/ansible/ansible-9999.ebuild
16 index 20c705ac291..d6f59323d59 100644
17 --- a/app-admin/ansible/ansible-9999.ebuild
18 +++ b/app-admin/ansible/ansible-9999.ebuild
19 @@ -9,7 +9,7 @@ inherit distutils-r1 git-r3
20
21 DESCRIPTION="Model-driven deployment, config management, and command execution framework"
22 HOMEPAGE="https://www.ansible.com/"
23 -EGIT_REPO_URI="git://github.com/ansible/ansible.git"
24 +EGIT_REPO_URI="https://github.com/ansible/ansible.git"
25 EGIT_BRANCH="devel"
26
27 LICENSE="GPL-3"