commit: 1bbb9f65a432d1ffa40ab923709396aee8a3b7e8 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Tue Mar 29 18:09:34 2022 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Sun Apr 3 10:50:11 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bbb9f65
app-admin/killproc: use https, fix LICENSE Closes: https://github.com/gentoo/gentoo/pull/24806 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> app-admin/killproc/killproc-2.13-r1.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app-admin/killproc/killproc-2.13-r1.ebuild b/app-admin/killproc/killproc-2.13-r1.ebuild index 4f0918a8c746..4d454ebdae69 100644 --- a/app-admin/killproc/killproc-2.13-r1.ebuild +++ b/app-admin/killproc/killproc-2.13-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,10 +6,10 @@ EAPI=7 inherit toolchain-funcs DESCRIPTION="killproc and assorted tools for boot scripts" -HOMEPAGE="http://ftp.suse.com/pub/projects/init/" -SRC_URI="ftp://ftp.suse.com/pub/projects/init/${P}.tar.gz" +HOMEPAGE="https://ftp.suse.com/pub/projects/init/" +SRC_URI="https://ftp.suse.com/pub/projects/init/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86"
