diff options
-rw-r--r-- | dev-lang/f2c/f2c-20100827-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/f2c/f2c-20100827-r1.ebuild b/dev-lang/f2c/f2c-20100827-r1.ebuild index b80f393e97f8..9293b9d5a313 100644 --- a/dev-lang/f2c/f2c-20100827-r1.ebuild +++ b/dev-lang/f2c/f2c-20100827-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -10,7 +10,7 @@ DEB_PR=1 DEB_P=${PN}_${DEB_PV} DESCRIPTION="Fortran to C converter" -HOMEPAGE="http://www.netlib.org/f2c" +HOMEPAGE="https://www.netlib.org/f2c" SRC_URI=" mirror://debian/pool/main/${PN:0:1}/${PN}/${DEB_P}.orig.tar.gz mirror://debian/pool/main/${PN:0:1}/${PN}/${DEB_P}-${DEB_PR}.debian.tar.gz" |