diff options
author | David Seifert <soap@gentoo.org> | 2020-01-13 11:05:21 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-01-13 11:05:21 +0100 |
commit | 199807113c04b72090650e7a78d17f10cbfbb045 (patch) | |
tree | 6a77e9c1e78f17861b5541b967c5ccfab8f0a6cf /sci-physics/heppdt | |
parent | sci-physics/fastjet: [QA] Fix HomepageInSrcUri (diff) | |
download | gentoo-199807113c04b72090650e7a78d17f10cbfbb045.tar.gz gentoo-199807113c04b72090650e7a78d17f10cbfbb045.tar.bz2 gentoo-199807113c04b72090650e7a78d17f10cbfbb045.zip |
sci-physics/heppdt: [QA] Fix HomepageInSrcUri
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sci-physics/heppdt')
-rw-r--r-- | sci-physics/heppdt/heppdt-3.04.01-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-physics/heppdt/heppdt-3.04.01-r1.ebuild b/sci-physics/heppdt/heppdt-3.04.01-r1.ebuild index e5ec556641c7..af9234ac081a 100644 --- a/sci-physics/heppdt/heppdt-3.04.01-r1.ebuild +++ b/sci-physics/heppdt/heppdt-3.04.01-r1.ebuild @@ -9,7 +9,7 @@ MY_P=HepPDT-${PV} DESCRIPTION="Data about each particle from the Review of Particle Properties" HOMEPAGE="http://lcgapp.cern.ch/project/simu/HepPDT/" -SRC_URI="${HOMEPAGE}/download/${MY_P}.tar.gz" +SRC_URI="http://lcgapp.cern.ch/project/simu/HepPDT/download/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" |