diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2022-03-29 20:09:34 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2022-04-03 12:50:11 +0200 |
commit | 1bbb9f65a432d1ffa40ab923709396aee8a3b7e8 (patch) | |
tree | 9c6b6990cca181971b4a81ad1dab30a7cb968789 /app-admin/killproc | |
parent | media-video/simplescreenrecorder: remove unused patch(es) (diff) | |
download | gentoo-1bbb9f65a432d1ffa40ab923709396aee8a3b7e8.tar.gz gentoo-1bbb9f65a432d1ffa40ab923709396aee8a3b7e8.tar.bz2 gentoo-1bbb9f65a432d1ffa40ab923709396aee8a3b7e8.zip |
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@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-admin/killproc')
-rw-r--r-- | app-admin/killproc/killproc-2.13-r1.ebuild | 8 |
1 files 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" |