mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
app-laptop/tp_smapi: [QA] Fix ${HOMEPAGE} in SRC_URI
Package-Manager: Portage-2.3.73, Repoman-2.3.17 Signed-off-by: David Seifert <soap@gentoo.org>
This commit is contained in:
@@ -6,8 +6,8 @@ EAPI=6
|
||||
inherit flag-o-matic linux-mod
|
||||
|
||||
DESCRIPTION="IBM ThinkPad SMAPI BIOS driver"
|
||||
HOMEPAGE="https://github.com/evgeni/${PN}"
|
||||
SRC_URI="${HOMEPAGE}/releases/download/tp-smapi/${PV}/${P}.tgz"
|
||||
HOMEPAGE="https://github.com/evgeni/tp_smapi"
|
||||
SRC_URI="https://github.com/evgeni/tp_smapi/releases/download/tp-smapi/${PV}/${P}.tgz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
|
||||
Reference in New Issue
Block a user