diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2019-02-23 17:54:33 +0100 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-02-26 23:21:22 -0500 |
commit | 6f5605164d2205b0693265ec88a0ccc7a4fc9feb (patch) | |
tree | 095b60e39e8ffcc1325c58c4df7c415407efeddd /sci-mathematics/genius | |
parent | sci-libs/superlu: use HTTPS (diff) | |
download | gentoo-6f5605164d2205b0693265ec88a0ccc7a4fc9feb.tar.gz gentoo-6f5605164d2205b0693265ec88a0ccc7a4fc9feb.tar.bz2 gentoo-6f5605164d2205b0693265ec88a0ccc7a4fc9feb.zip |
sci-mathematics/genius: use HTTPS
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'sci-mathematics/genius')
-rw-r--r-- | sci-mathematics/genius/genius-1.0.21.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-mathematics/genius/genius-1.0.21.ebuild b/sci-mathematics/genius/genius-1.0.21.ebuild index 06833d14df83..b1212cfa833f 100644 --- a/sci-mathematics/genius/genius-1.0.21.ebuild +++ b/sci-mathematics/genius/genius-1.0.21.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -7,9 +7,9 @@ GNOME2_LA_PUNT="yes" inherit gnome2 DESCRIPTION="Genius Mathematics Tool and the GEL Language" -HOMEPAGE="http://www.jirka.org/genius.html" +HOMEPAGE="https://www.jirka.org/genius.html" SRC_URI="${SRC_URI} - doc? ( http://www.jirka.org/${PN}-reference.pdf )" + doc? ( https://www.jirka.org/${PN}-reference.pdf )" LICENSE="GPL-3" SLOT="0" |