sci-libs/nfft: use HTTPS
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Tue, 15 May 2018 10:29:24 +0000 (12:29 +0200)
committerAaron Bauman <bman@gentoo.org>
Wed, 16 May 2018 22:56:54 +0000 (18:56 -0400)
sci-libs/nfft/nfft-3.3.2.ebuild

index 8c5f1f54b675857121e56c332fc25ad5b21c738d..875606882aa593a35c4e81434e30595901a70304 100644 (file)
@@ -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 toolchain-funcs
 
 DESCRIPTION="library for nonequispaced discrete Fourier transformations"
-HOMEPAGE="http://www-user.tu-chemnitz.de/~potts/nfft"
+HOMEPAGE="https://www-user.tu-chemnitz.de/~potts/nfft/"
 SRC_URI="https://github.com/NFFT/nfft/releases/download/${PV}/${P}.tar.gz"
 
 LICENSE="GPL-2"