commit: 2b2187c9a8da46359d56dd44bec30807b6c3180e Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Sun Feb 17 16:44:14 2019 +0000 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org> CommitDate: Sun Feb 17 18:29:30 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b2187c9
app-emulation/cri-o: HOMEPAGE: use HTTPS Closes: https://github.com/gentoo/gentoo/pull/11087 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com> Signed-off-by: Zac Medico <zmedico <AT> gentoo.org> app-emulation/cri-o/cri-o-1.10.1.ebuild | 4 ++-- app-emulation/cri-o/cri-o-1.10.6.ebuild | 4 ++-- 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 d0e7f55b7bb..d85dbb3f836 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 6d2d5d4a82c..dbb1db95a32 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 32f4f437430..6b934dd9e8e 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"
