diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2022-03-29 20:49:05 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2022-04-03 12:50:15 +0200 |
commit | 3ec3cb8e097f5f42eb9eb0df2b9d65f8eabb8647 (patch) | |
tree | 88c0f25a122662b38bc9109370d94f33af8dbad3 /app-misc/sonypid | |
parent | app-misc/glastree: update HOMEPAGE (diff) | |
download | gentoo-3ec3cb8e097f5f42eb9eb0df2b9d65f8eabb8647.tar.gz gentoo-3ec3cb8e097f5f42eb9eb0df2b9d65f8eabb8647.tar.bz2 gentoo-3ec3cb8e097f5f42eb9eb0df2b9d65f8eabb8647.zip |
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@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-misc/sonypid')
-rw-r--r-- | app-misc/sonypid/sonypid-1.9.ebuild | 8 |
1 files 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" |