diff options
author | Sam James <sam@gentoo.org> | 2022-12-03 05:05:24 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-12-03 06:06:07 +0000 |
commit | e64f1d59070d447bc35af566ad99d800a834b293 (patch) | |
tree | b33be66769969203144b642bd73cd0ba37bf0bfb /sci-mathematics/unuran | |
parent | net-print/cups-bjnp: fix configure w/ clang 16 (diff) | |
download | gentoo-e64f1d59070d447bc35af566ad99d800a834b293.tar.gz gentoo-e64f1d59070d447bc35af566ad99d800a834b293.tar.bz2 gentoo-e64f1d59070d447bc35af566ad99d800a834b293.zip |
sci-mathematics/unuran: use HTTPS
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-mathematics/unuran')
-rw-r--r-- | sci-mathematics/unuran/unuran-1.8.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-mathematics/unuran/unuran-1.8.1.ebuild b/sci-mathematics/unuran/unuran-1.8.1.ebuild index 27d0f064189a..7dfbd8eacfeb 100644 --- a/sci-mathematics/unuran/unuran-1.8.1.ebuild +++ b/sci-mathematics/unuran/unuran-1.8.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,8 +6,8 @@ EAPI=7 inherit out-of-source DESCRIPTION="Universal Non-Uniform Random number generator" -HOMEPAGE="http://statmath.wu.ac.at/unuran/" -SRC_URI="http://statmath.wu.ac.at/unuran/${P}.tar.gz" +HOMEPAGE="https://statmath.wu.ac.at/unuran/" +SRC_URI="https://statmath.wu.ac.at/unuran/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" |