Skip to content

Commit

Permalink
app-laptop/tp_smapi: [QA] Fix ${HOMEPAGE} in SRC_URI
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: David Seifert <[email protected]>
  • Loading branch information
SoapGentoo committed Aug 28, 2019
1 parent 92ac53a commit 390aa98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app-laptop/tp_smapi/tp_smapi-0.43.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 390aa98

Please sign in to comment.