diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2019-02-17 17:44:14 +0100 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2019-02-17 10:29:30 -0800 |
commit | 2b2187c9a8da46359d56dd44bec30807b6c3180e (patch) | |
tree | 5119d73552b08f1c5b45567a8052b6218ab1dbea /app-emulation/cri-o | |
parent | dev-python/python3-lxc: remove old (diff) | |
download | gentoo-2b2187c9a8da46359d56dd44bec30807b6c3180e.tar.gz gentoo-2b2187c9a8da46359d56dd44bec30807b6c3180e.tar.bz2 gentoo-2b2187c9a8da46359d56dd44bec30807b6c3180e.zip |
app-emulation/cri-o: HOMEPAGE: use HTTPS
Closes: https://github.com/gentoo/gentoo/pull/11087
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Signed-off-by: Zac Medico <zmedico@gentoo.org>
Diffstat (limited to 'app-emulation/cri-o')
-rw-r--r-- | app-emulation/cri-o/cri-o-1.10.1.ebuild | 4 | ||||
-rw-r--r-- | app-emulation/cri-o/cri-o-1.10.6.ebuild | 4 | ||||
-rw-r--r-- | app-emulation/cri-o/cri-o-1.13.0.ebuild | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/app-emulation/cri-o/cri-o-1.10.1.ebuild b/app-emulation/cri-o/cri-o-1.10.1.ebuild index d0e7f55b7bba..d85dbb3f8366 100644 --- a/app-emulation/cri-o/cri-o-1.10.1.ebuild +++ b/app-emulation/cri-o/cri-o-1.10.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,7 +9,7 @@ EGO_PN="github.com/kubernetes-incubator/${PN}" inherit golang-vcs-snapshot systemd DESCRIPTION="OCI-based implementation of Kubernetes Container Runtime Interface" -HOMEPAGE="http://cri-o.io/" +HOMEPAGE="https://cri-o.io/" SRC_URI="https://github.com/kubernetes-incubator/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0" diff --git a/app-emulation/cri-o/cri-o-1.10.6.ebuild b/app-emulation/cri-o/cri-o-1.10.6.ebuild index 6d2d5d4a82c8..dbb1db95a323 100644 --- a/app-emulation/cri-o/cri-o-1.10.6.ebuild +++ b/app-emulation/cri-o/cri-o-1.10.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,7 +9,7 @@ EGO_PN="github.com/kubernetes-incubator/${PN}" inherit golang-vcs-snapshot systemd DESCRIPTION="OCI-based implementation of Kubernetes Container Runtime Interface" -HOMEPAGE="http://cri-o.io/" +HOMEPAGE="https://cri-o.io/" SRC_URI="https://github.com/kubernetes-incubator/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0" diff --git a/app-emulation/cri-o/cri-o-1.13.0.ebuild b/app-emulation/cri-o/cri-o-1.13.0.ebuild index 32f4f4374306..6b934dd9e8e4 100644 --- a/app-emulation/cri-o/cri-o-1.13.0.ebuild +++ b/app-emulation/cri-o/cri-o-1.13.0.ebuild @@ -9,7 +9,7 @@ EGO_PN="github.com/kubernetes-sigs/${PN}" inherit golang-vcs-snapshot systemd DESCRIPTION="OCI-based implementation of Kubernetes Container Runtime Interface" -HOMEPAGE="http://cri-o.io/" +HOMEPAGE="https://cri-o.io/" SRC_URI="https://github.com/kubernetes-sigs/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0" |