diff options
author | David Seifert <soap@gentoo.org> | 2020-01-13 11:05:09 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-01-13 11:05:09 +0100 |
commit | 8af68b5dab1d5fdf0c7ddf96e9b91153361c17eb (patch) | |
tree | ce3ea54d89493a26d6595fac85a8a8cacd374a2e /sci-mathematics | |
parent | sci-mathematics/mathomatic: [QA] Fix HomepageInSrcUri (diff) | |
download | gentoo-8af68b5dab1d5fdf0c7ddf96e9b91153361c17eb.tar.gz gentoo-8af68b5dab1d5fdf0c7ddf96e9b91153361c17eb.tar.bz2 gentoo-8af68b5dab1d5fdf0c7ddf96e9b91153361c17eb.zip |
sci-mathematics/prng: [QA] Fix HomepageInSrcUri
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/prng/prng-3.0.2-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-mathematics/prng/prng-3.0.2-r2.ebuild b/sci-mathematics/prng/prng-3.0.2-r2.ebuild index 73e901ea3f8b..b851ff1d0272 100644 --- a/sci-mathematics/prng/prng-3.0.2-r2.ebuild +++ b/sci-mathematics/prng/prng-3.0.2-r2.ebuild @@ -7,7 +7,7 @@ inherit autotools DESCRIPTION="Pseudo-Random Number Generator library" HOMEPAGE="http://statmath.wu.ac.at/prng/" -SRC_URI="${HOMEPAGE}${P}.tar.gz" +SRC_URI="http://statmath.wu.ac.at/prng/${P}.tar.gz" LICENSE="GPL-2" SLOT=0 |