diff options
author | Aaron Bauman <bman@gentoo.org> | 2019-11-22 21:12:05 -0500 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-11-22 21:12:05 -0500 |
commit | 32a1a3e3e328df5b15e2571ae9a9a2aa2c85d02a (patch) | |
tree | 9c5ec55b6e57f4d8f4a76e6cdc0580eae6679509 /app-laptop | |
parent | x11-libs/fltk: fix BadInsIntoDir QA issue (diff) | |
download | gentoo-32a1a3e3e328df5b15e2571ae9a9a2aa2c85d02a.tar.gz gentoo-32a1a3e3e328df5b15e2571ae9a9a2aa2c85d02a.tar.bz2 gentoo-32a1a3e3e328df5b15e2571ae9a9a2aa2c85d02a.zip |
app-laptop/hdaps-gl: fix ${HOMEPAGE} in SRC_URI QA issue
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'app-laptop')
-rw-r--r-- | app-laptop/hdaps-gl/hdaps-gl-0.0.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-laptop/hdaps-gl/hdaps-gl-0.0.7.ebuild b/app-laptop/hdaps-gl/hdaps-gl-0.0.7.ebuild index 3fafe3240d22..9fa8e04322e6 100644 --- a/app-laptop/hdaps-gl/hdaps-gl-0.0.7.ebuild +++ b/app-laptop/hdaps-gl/hdaps-gl-0.0.7.ebuild @@ -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" |