From d5af08a232ed080b28048afd53b0faad54387464 Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Sun, 17 Jun 2018 11:11:08 +0200 Subject: app-crypt/kstart: use HTTPs Closes: https://github.com/gentoo/gentoo/pull/8868 --- app-crypt/kstart/kstart-4.1.ebuild | 6 +++--- app-crypt/kstart/kstart-4.2.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'app-crypt/kstart') diff --git a/app-crypt/kstart/kstart-4.1.ebuild b/app-crypt/kstart/kstart-4.1.ebuild index e3ad1f1dc019..c80974b18abb 100644 --- a/app-crypt/kstart/kstart-4.1.ebuild +++ b/app-crypt/kstart/kstart-4.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=4 @@ -7,8 +7,8 @@ inherit eutils DESCRIPTION="Modified versions of kinit for refreshing kerberos tickets automatically" -HOMEPAGE="http://www.eyrie.org/~eagle/software/kstart" -SRC_URI="http://archives.eyrie.org/software/kerberos/${P}.tar.gz" +HOMEPAGE="https://www.eyrie.org/~eagle/software/kstart/" +SRC_URI="https://archives.eyrie.org/software/kerberos/${P}.tar.gz" LICENSE="|| ( MIT Stanford ISC )" SLOT="0" diff --git a/app-crypt/kstart/kstart-4.2.ebuild b/app-crypt/kstart/kstart-4.2.ebuild index 076efc616f77..0f9b5ae1131c 100644 --- a/app-crypt/kstart/kstart-4.2.ebuild +++ b/app-crypt/kstart/kstart-4.2.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 DESCRIPTION="Modified versions of kinit for refreshing kerberos tickets automatically" -HOMEPAGE="http://www.eyrie.org/~eagle/software/kstart" -SRC_URI="http://archives.eyrie.org/software/kerberos/${P}.tar.gz" +HOMEPAGE="https://www.eyrie.org/~eagle/software/kstart/" +SRC_URI="https://archives.eyrie.org/software/kerberos/${P}.tar.gz" LICENSE="|| ( MIT Stanford ISC )" SLOT="0" -- cgit v1.2.3-65-gdbad