Skip to content

Commit

Permalink
app-laptop/hdaps-gl: fix ${HOMEPAGE} in SRC_URI QA issue
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Bauman <[email protected]>
  • Loading branch information
FuzzyGophers committed Nov 23, 2019
1 parent 4f8306e commit 32a1a3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app-laptop/hdaps-gl/hdaps-gl-0.0.7.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ EAPI=7

DESCRIPTION="OpenGL visualization for HDAPS data"
HOMEPAGE="https://github.com/linux-thinkpad/${PN}"
SRC_URI="${HOMEPAGE}/releases/download/${PV}/${P}.tar.xz"
SRC_URI="https://github.com/linux-thinkpad/${PN}/releases/download/${PV}/${P}.tar.xz"

LICENSE="GPL-2"
SLOT="0"
Expand Down

0 comments on commit 32a1a3e

Please sign in to comment.