diff options
author | David Seifert <soap@gentoo.org> | 2020-01-13 11:04:25 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-01-13 11:04:25 +0100 |
commit | fc1bb7e16a58c93e1cdd323ccc013c16723f39f8 (patch) | |
tree | 30bc552df20bc7b5b1f6b0dbfcd316ee0150e5e0 /sci-astronomy/wcstools | |
parent | sci-astronomy/gasgano: [QA] Fix HomepageInSrcUri (diff) | |
download | gentoo-fc1bb7e16a58c93e1cdd323ccc013c16723f39f8.tar.gz gentoo-fc1bb7e16a58c93e1cdd323ccc013c16723f39f8.tar.bz2 gentoo-fc1bb7e16a58c93e1cdd323ccc013c16723f39f8.zip |
sci-astronomy/wcstools: [QA] Fix HomepageInSrcUri
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sci-astronomy/wcstools')
-rw-r--r-- | sci-astronomy/wcstools/wcstools-3.9.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-astronomy/wcstools/wcstools-3.9.5.ebuild b/sci-astronomy/wcstools/wcstools-3.9.5.ebuild index 641bebc84fb2..10343816cfe0 100644 --- a/sci-astronomy/wcstools/wcstools-3.9.5.ebuild +++ b/sci-astronomy/wcstools/wcstools-3.9.5.ebuild @@ -7,7 +7,7 @@ inherit eutils autotools DESCRIPTION="World Coordinate System library for astronomical FITS images" HOMEPAGE="http://tdc-www.harvard.edu/software/wcstools" -SRC_URI="${HOMEPAGE}/${P}.tar.gz" +SRC_URI="http://tdc-www.harvard.edu/software/wcstools/${P}.tar.gz" LICENSE="GPL-2 LGPL-2.1" SLOT="0" |