diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2019-02-23 17:48:48 +0100 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-02-26 23:21:19 -0500 |
commit | a7691e01f9a9444d1e03cee4488274d4c392ff57 (patch) | |
tree | ae6cef60ed808a4d8afdb6094e23ef5482e4fb3b /sci-libs | |
parent | sci-libs/arprec: use HTTPS (diff) | |
download | gentoo-a7691e01f9a9444d1e03cee4488274d4c392ff57.tar.gz gentoo-a7691e01f9a9444d1e03cee4488274d4c392ff57.tar.bz2 gentoo-a7691e01f9a9444d1e03cee4488274d4c392ff57.zip |
sci-libs/dsdp: use HTTPS
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/dsdp/dsdp-5.8-r3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-libs/dsdp/dsdp-5.8-r3.ebuild b/sci-libs/dsdp/dsdp-5.8-r3.ebuild index 4da8972809f3..aa32624cc96c 100644 --- a/sci-libs/dsdp/dsdp-5.8-r3.ebuild +++ b/sci-libs/dsdp/dsdp-5.8-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,8 +8,8 @@ inherit multilib toolchain-funcs versionator MY_P="${PN^^}${PV}" DESCRIPTION="Software for interior-point for semidefinite programming" -HOMEPAGE="http://www.mcs.anl.gov/hs/software/DSDP/" -SRC_URI="http://www.mcs.anl.gov/hs/software/DSDP/${MY_P}.tar.gz" +HOMEPAGE="https://www.mcs.anl.gov/hs/software/DSDP/" +SRC_URI="https://www.mcs.anl.gov/hs/software/DSDP/${MY_P}.tar.gz" LICENSE="BSD" SLOT="0" |