mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
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>
This commit is contained in:
committed by
Conrad Kostecki
parent
3847b36bbb
commit
3ec3cb8e09
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user