diff options
author | David Seifert <soap@gentoo.org> | 2020-01-13 10:59:33 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-01-13 10:59:33 +0100 |
commit | 64ab232564737b06f6ac8b0adc9b85b7f97d954c (patch) | |
tree | afe33c004128d4bf83f70e0bea1b749180ffe4dd /app-laptop/hdaps-gl | |
parent | app-forensics/dfxml: [QA] Fix HomepageInSrcUri (diff) | |
download | gentoo-64ab232564737b06f6ac8b0adc9b85b7f97d954c.tar.gz gentoo-64ab232564737b06f6ac8b0adc9b85b7f97d954c.tar.bz2 gentoo-64ab232564737b06f6ac8b0adc9b85b7f97d954c.zip |
app-laptop/hdaps-gl: [QA] Fix HomepageInSrcUri
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-laptop/hdaps-gl')
-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 17a593a77bb1..9eb97d143ccf 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/hdaps-gl/releases/download/${PV}/${P}.tar.xz" LICENSE="GPL-2" SLOT="0" |