diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-04-04 11:55:52 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-04-05 11:06:51 -0400 |
commit | dd853a1374f42ad542120093827833874d2b9942 (patch) | |
tree | 52647498c62d29236a168120447b214b58f1d24f /sci-mathematics | |
parent | sci-mathematics/form: use HTTPS (diff) | |
download | gentoo-dd853a1374f42ad542120093827833874d2b9942.tar.gz gentoo-dd853a1374f42ad542120093827833874d2b9942.tar.bz2 gentoo-dd853a1374f42ad542120093827833874d2b9942.zip |
sci-mathematics/ginac: use HTTPS
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/ginac/ginac-1.6.6.ebuild | 4 | ||||
-rw-r--r-- | sci-mathematics/ginac/ginac-1.7.2.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sci-mathematics/ginac/ginac-1.6.6.ebuild b/sci-mathematics/ginac/ginac-1.6.6.ebuild index fc61631e2feb..5ef31d19d3c2 100644 --- a/sci-mathematics/ginac/ginac-1.6.6.ebuild +++ b/sci-mathematics/ginac/ginac-1.6.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -7,7 +7,7 @@ inherit autotools-utils DESCRIPTION="C++ library and tools for symbolic calculations" SRC_URI="http://www.ginac.de/${P}.tar.bz2" -HOMEPAGE="http://www.ginac.de/" +HOMEPAGE="https://www.ginac.de/" LICENSE="GPL-2" SLOT="0" diff --git a/sci-mathematics/ginac/ginac-1.7.2.ebuild b/sci-mathematics/ginac/ginac-1.7.2.ebuild index 29e2114ed722..8caa65f652bf 100644 --- a/sci-mathematics/ginac/ginac-1.7.2.ebuild +++ b/sci-mathematics/ginac/ginac-1.7.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -7,7 +7,7 @@ inherit autotools-utils flag-o-matic DESCRIPTION="C++ library and tools for symbolic calculations" SRC_URI="http://www.ginac.de/${P}.tar.bz2" -HOMEPAGE="http://www.ginac.de/" +HOMEPAGE="https://www.ginac.de/" LICENSE="GPL-2+" SLOT="0" |