commit: ac80edad7027140fe8aea99792e035b1cd7a3b6d Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> AuthorDate: Wed Jan 13 20:40:33 2021 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> CommitDate: Wed Jan 13 20:40:33 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=ac80edad
sci-mathematics/acl2: use https for homepage Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net> sci-mathematics/acl2/acl2-7.1.ebuild | 4 ++-- sci-mathematics/acl2/acl2-8.3.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sci-mathematics/acl2/acl2-7.1.ebuild b/sci-mathematics/acl2/acl2-7.1.ebuild index 774c5a6d3..04a8bdd7a 100644 --- a/sci-mathematics/acl2/acl2-7.1.ebuild +++ b/sci-mathematics/acl2/acl2-7.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -6,7 +6,7 @@ EAPI=5 inherit eutils DESCRIPTION="Industrial strength theorem prover" -HOMEPAGE="http://www.cs.utexas.edu/users/moore/acl2/" +HOMEPAGE="https://www.cs.utexas.edu/users/moore/acl2/" MY_PN=${PN}-devel SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" diff --git a/sci-mathematics/acl2/acl2-8.3.ebuild b/sci-mathematics/acl2/acl2-8.3.ebuild index a360cd404..63326e257 100644 --- a/sci-mathematics/acl2/acl2-8.3.ebuild +++ b/sci-mathematics/acl2/acl2-8.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,7 +6,7 @@ EAPI=7 inherit eutils DESCRIPTION="Industrial strength theorem prover" -HOMEPAGE="http://www.cs.utexas.edu/users/moore/acl2/" +HOMEPAGE="https://www.cs.utexas.edu/users/moore/acl2/" MY_PN=${PN}-devel SRC_URI="https://github.com/${MY_PN}/${MY_PN}/releases/download/${PV}/${P}.tar.gz"
