diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-06-12 20:42:32 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-06-13 12:53:56 +0200 |
commit | 5954d9bb4d3c44aead94d48245edc0d4bdcfc384 (patch) | |
tree | e444c9f837f15abb8352ded88323778d4bf866e1 /app-admin/cdist | |
parent | dev-libs/ivykis: bump to 0.42.3 (diff) | |
download | gentoo-5954d9bb4d3c44aead94d48245edc0d4bdcfc384.tar.gz gentoo-5954d9bb4d3c44aead94d48245edc0d4bdcfc384.tar.bz2 gentoo-5954d9bb4d3c44aead94d48245edc0d4bdcfc384.zip |
app-admin/cdist: use HTTPs
Closes: https://github.com/gentoo/gentoo/pull/8818
Diffstat (limited to 'app-admin/cdist')
-rw-r--r-- | app-admin/cdist/cdist-4.6.1.ebuild | 4 | ||||
-rw-r--r-- | app-admin/cdist/cdist-4.7.3.ebuild | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/app-admin/cdist/cdist-4.6.1.ebuild b/app-admin/cdist/cdist-4.6.1.ebuild index 0b4d8a0c981e..52491eaacc40 100644 --- a/app-admin/cdist/cdist-4.6.1.ebuild +++ b/app-admin/cdist/cdist-4.6.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{3_4,3_5,3_6} ) inherit distutils-r1 DESCRIPTION="A usable configuration management system" -HOMEPAGE="http://www.nico.schottelius.org/software/cdist/" +HOMEPAGE="https://www.nico.schottelius.org/software/cdist/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="GPL-3" diff --git a/app-admin/cdist/cdist-4.7.3.ebuild b/app-admin/cdist/cdist-4.7.3.ebuild index 76d5a153a587..52491eaacc40 100644 --- a/app-admin/cdist/cdist-4.7.3.ebuild +++ b/app-admin/cdist/cdist-4.7.3.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{3_4,3_5,3_6} ) inherit distutils-r1 DESCRIPTION="A usable configuration management system" -HOMEPAGE="http://www.nico.schottelius.org/software/cdist/" +HOMEPAGE="https://www.nico.schottelius.org/software/cdist/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="GPL-3" |