sci-mathematics/prover9: use HTTPS
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Mon, 29 Apr 2019 10:47:19 +0000 (12:47 +0200)
committerAaron Bauman <bman@gentoo.org>
Fri, 3 May 2019 01:03:50 +0000 (21:03 -0400)
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11860
Signed-off-by: Aaron Bauman <bman@gentoo.org>
sci-mathematics/prover9/prover9-2009.11a.ebuild

index 56c2ad3a41321a5abc60be3c44e0943280bd1ce2..b9fe53f22b6ab93540e9c4fc4c325c8cf00937b9 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -11,9 +11,9 @@ MY_PV=$(replace_all_version_separators '-')
 MY_P="${MY_PN}-${MY_PV}"
 
 DESCRIPTION="Automated theorem prover for first-order and equational logic"
-HOMEPAGE="http://www.cs.unm.edu/~mccune/mace4/"
+HOMEPAGE="https://www.cs.unm.edu/~mccune/mace4/"
 SRC_URI="
-       http://www.cs.unm.edu/~mccune/mace4/download/${MY_P}.tar.gz
+       https://www.cs.unm.edu/~mccune/mace4/download/${MY_P}.tar.gz
        https://dev.gentoo.org/~jlec/distfiles/${MY_PN}-2009-11A-makefile.patch.xz"
 
 SLOT="0"