diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-06-09 21:42:02 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-06-11 12:28:06 -0400 |
commit | 7f6a138d2ec65b525178591025114f2d4bcbed9b (patch) | |
tree | 195c11b436539c464be91cf5dcc7d33059335ac0 /dev-lang/mmix | |
parent | net-misc/openr2: use HTTPs (diff) | |
download | gentoo-7f6a138d2ec65b525178591025114f2d4bcbed9b.tar.gz gentoo-7f6a138d2ec65b525178591025114f2d4bcbed9b.tar.bz2 gentoo-7f6a138d2ec65b525178591025114f2d4bcbed9b.zip |
dev-lang/mmix: use HTTPs
Closes: https://github.com/gentoo/gentoo/pull/8773
Diffstat (limited to 'dev-lang/mmix')
-rw-r--r-- | dev-lang/mmix/mmix-20131017.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/mmix/mmix-20160804.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-lang/mmix/mmix-20131017.ebuild b/dev-lang/mmix/mmix-20131017.ebuild index ebba60bd6799..aa8ccecb430e 100644 --- a/dev-lang/mmix/mmix-20131017.ebuild +++ b/dev-lang/mmix/mmix-20131017.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" @@ -6,7 +6,7 @@ EAPI="5" inherit eutils toolchain-funcs DESCRIPTION="Donald Knuth's MMIX Assembler and Simulator" -HOMEPAGE="http://www-cs-faculty.stanford.edu/~knuth/mmix.html http://mmix.cs.hm.edu" +HOMEPAGE="https://www-cs-faculty.stanford.edu/~knuth/mmix.html http://mmix.cs.hm.edu" SRC_URI="http://mmix.cs.hm.edu/src/${P}.tgz" DEPEND="virtual/tex-base diff --git a/dev-lang/mmix/mmix-20160804.ebuild b/dev-lang/mmix/mmix-20160804.ebuild index 4ff619b3fabd..b1cbaa53f456 100644 --- a/dev-lang/mmix/mmix-20160804.ebuild +++ b/dev-lang/mmix/mmix-20160804.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=6 @@ -6,7 +6,7 @@ EAPI=6 inherit eutils toolchain-funcs DESCRIPTION="Donald Knuth's MMIX Assembler and Simulator" -HOMEPAGE="http://www-cs-faculty.stanford.edu/~knuth/mmix.html http://mmix.cs.hm.edu" +HOMEPAGE="https://www-cs-faculty.stanford.edu/~knuth/mmix.html http://mmix.cs.hm.edu" SRC_URI="http://mmix.cs.hm.edu/src/${P}.tgz" DEPEND="virtual/tex-base |