diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2022-03-29 20:39:17 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2022-04-03 12:50:14 +0200 |
commit | ba97f60a8e8a5aa0eabcce3f6fab4744b62e616d (patch) | |
tree | 9261bdba41966968cc4c1b2bcfc10d7b6239a6c9 /app-laptop | |
parent | app-emulation/dinero: update HOMEPAGE (diff) | |
download | gentoo-ba97f60a8e8a5aa0eabcce3f6fab4744b62e616d.tar.gz gentoo-ba97f60a8e8a5aa0eabcce3f6fab4744b62e616d.tar.bz2 gentoo-ba97f60a8e8a5aa0eabcce3f6fab4744b62e616d.zip |
app-laptop/spicctrl: 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-laptop')
-rw-r--r-- | app-laptop/spicctrl/spicctrl-1.9-r1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-laptop/spicctrl/spicctrl-1.9-r1.ebuild b/app-laptop/spicctrl/spicctrl-1.9-r1.ebuild index 673144b0e853..4021fcf06c4c 100644 --- a/app-laptop/spicctrl/spicctrl-1.9-r1.ebuild +++ b/app-laptop/spicctrl/spicctrl-1.9-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 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="tool for the sonypi-Device (found in Sony Vaio Notebooks)" -HOMEPAGE="http://www.popies.net/sonypi/" -SRC_URI="http://www.popies.net/sonypi/${P}.tar.bz2" +HOMEPAGE="https://www.popies.net/sonypi/" +SRC_URI="https://www.popies.net/sonypi/${P}.tar.bz2" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 -ppc x86" |