commit: 3ec3cb8e097f5f42eb9eb0df2b9d65f8eabb8647 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Tue Mar 29 18:49:05 2022 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Sun Apr 3 10:50:15 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ec3cb8e
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 <mmk <AT> levelnine.at> Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> 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 29fb9b0745ba..d2cabe974388 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"
