diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2020-06-29 21:30:07 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-07-01 15:59:19 -0400 |
commit | ac27dd3b4f1cb822a5ebb26b68b630f97294416b (patch) | |
tree | cc2b544e7caf17d215957325b1a2d915972bff86 /dev-libs | |
parent | x11-misc/sunflower: use HTTPS (diff) | |
download | gentoo-ac27dd3b4f1cb822a5ebb26b68b630f97294416b.tar.gz gentoo-ac27dd3b4f1cb822a5ebb26b68b630f97294416b.tar.bz2 gentoo-ac27dd3b4f1cb822a5ebb26b68b630f97294416b.zip |
dev-libs/gf2x: use HTTPS
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/16493
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/gf2x/gf2x-1.3.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/gf2x/gf2x-1.3.0.ebuild b/dev-libs/gf2x/gf2x-1.3.0.ebuild index a634e10fbabd..3c44e414e864 100644 --- a/dev-libs/gf2x/gf2x-1.3.0.ebuild +++ b/dev-libs/gf2x/gf2x-1.3.0.ebuild @@ -6,7 +6,7 @@ EAPI=7 inherit autotools DESCRIPTION="C/C++ routines for fast arithmetic in GF(2)[x]" -HOMEPAGE="https://gitlab.inria.fr/thome/gf2x/ http://gforge.inria.fr/projects/gf2x/" +HOMEPAGE="https://gitlab.inria.fr/thome/gf2x/ https://gforge.inria.fr/projects/gf2x/" # The Gitlab release is missing the autotools files. SRC_URI="https://gforge.inria.fr/frs/download.php/38243/${P}.tar.gz" |