summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2018-04-09 15:08:06 +0200
committerMatthew Thode <prometheanfire@gentoo.org>2018-04-11 23:24:16 -0500
commit203862a906e1209028ffd35f5baa6a62a0c9b430 (patch)
treedfddd59dddfb61596b18bcaedac5fbc0fd4899fa /app-admin/ansible/ansible-2.4.3.0.ebuild
parentapp-emulation/diskimage-builder: 2.13.0 bup (diff)
downloadgentoo-203862a906e1209028ffd35f5baa6a62a0c9b430.tar.gz
gentoo-203862a906e1209028ffd35f5baa6a62a0c9b430.tar.bz2
gentoo-203862a906e1209028ffd35f5baa6a62a0c9b430.zip
app-admin/ansible: use HTTPS
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'app-admin/ansible/ansible-2.4.3.0.ebuild')
-rw-r--r--app-admin/ansible/ansible-2.4.3.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/ansible/ansible-2.4.3.0.ebuild b/app-admin/ansible/ansible-2.4.3.0.ebuild
index 04013883c1a9..eeb696f6cfd4 100644
--- a/app-admin/ansible/ansible-2.4.3.0.ebuild
+++ b/app-admin/ansible/ansible-2.4.3.0.ebuild
@@ -8,8 +8,8 @@ PYTHON_COMPAT=( python2_7 python3_{5,6} )
inherit distutils-r1 eutils versionator
DESCRIPTION="Model-driven deployment, config management, and command execution framework"
-HOMEPAGE="http://ansible.com/"
-SRC_URI="http://releases.ansible.com/${PN}/${P}.tar.gz"
+HOMEPAGE="https://ansible.com/"
+SRC_URI="https://releases.ansible.com/${PN}/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"