commit: 390aa98d3ddeb1a56ae0a3a7de1747c15a3e6cef
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 28 14:34:07 2019 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Wed Aug 28 14:34:07 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=390aa98d
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 <AT> gentoo.org>
app-laptop/tp_smapi/tp_smapi-0.43.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-laptop/tp_smapi/tp_smapi-0.43.ebuild
b/app-laptop/tp_smapi/tp_smapi-0.43.ebuild
index 8a841c5e15a..99b675c4c0f 100644
--- a/app-laptop/tp_smapi/tp_smapi-0.43.ebuild
+++ b/app-laptop/tp_smapi/tp_smapi-0.43.ebuild
@@ -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"