diff options
author | Sam James <sam@gentoo.org> | 2022-12-03 05:13:31 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-12-03 06:06:08 +0000 |
commit | b5a23580b81305d4ff40c92f41212e372cc0bbac (patch) | |
tree | b1ee8ddc7c8e284a6a1a8feaf469f1a40b6c6d56 /sci-mathematics/rngstreams | |
parent | sci-mathematics/unuran: add 1.9.0 (diff) | |
download | gentoo-b5a23580b81305d4ff40c92f41212e372cc0bbac.tar.gz gentoo-b5a23580b81305d4ff40c92f41212e372cc0bbac.tar.bz2 gentoo-b5a23580b81305d4ff40c92f41212e372cc0bbac.zip |
sci-mathematics/rngstreams: use HTTPS
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-mathematics/rngstreams')
-rw-r--r-- | sci-mathematics/rngstreams/rngstreams-1.0.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-mathematics/rngstreams/rngstreams-1.0.1.ebuild b/sci-mathematics/rngstreams/rngstreams-1.0.1.ebuild index 9862255db855..6d38a1954b32 100644 --- a/sci-mathematics/rngstreams/rngstreams-1.0.1.ebuild +++ b/sci-mathematics/rngstreams/rngstreams-1.0.1.ebuild @@ -6,8 +6,8 @@ EAPI=7 inherit out-of-source DESCRIPTION="Multiple independent streams of pseudo-random numbers" -HOMEPAGE="http://statmath.wu.ac.at/software/RngStreams/" -SRC_URI="http://statmath.wu.ac.at/software/RngStreams/${P}.tar.gz" +HOMEPAGE="https://statmath.wu.ac.at/software/RngStreams/" +SRC_URI="https://statmath.wu.ac.at/software/RngStreams/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" |