From 3ec3cb8e097f5f42eb9eb0df2b9d65f8eabb8647 Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Tue, 29 Mar 2022 20:49:05 +0200 Subject: [PATCH] app-misc/sonypid: 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 Signed-off-by: Conrad Kostecki --- app-misc/sonypid/sonypid-1.9.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app-misc/sonypid/sonypid-1.9.ebuild b/app-misc/sonypid/sonypid-1.9.ebuild index 29fb9b0745bab..d2cabe974388d 100644 --- a/app-misc/sonypid/sonypid-1.9.ebuild +++ b/app-misc/sonypid/sonypid-1.9.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="Tool to use the Sony Vaios jog-dial as a mouse-wheel" -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 x86"