diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-05-21 12:13:08 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-05-21 13:02:31 -0400 |
commit | 1eb2ddf01f1ad34b00265cf46e5a4e6b3d82b1e7 (patch) | |
tree | d534ebf08f6e8e58e3abc65085fd69d16b146da8 /sci-biology/mothur | |
parent | sci-biology/prosite: use HTTPs (diff) | |
download | gentoo-1eb2ddf01f1ad34b00265cf46e5a4e6b3d82b1e7.tar.gz gentoo-1eb2ddf01f1ad34b00265cf46e5a4e6b3d82b1e7.tar.bz2 gentoo-1eb2ddf01f1ad34b00265cf46e5a4e6b3d82b1e7.zip |
sci-biology/mothur: use HTTPs
Diffstat (limited to 'sci-biology/mothur')
-rw-r--r-- | sci-biology/mothur/mothur-1.27.0-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-biology/mothur/mothur-1.27.0-r1.ebuild b/sci-biology/mothur/mothur-1.27.0-r1.ebuild index d12d3c9b4399..9e9bf2160310 100644 --- a/sci-biology/mothur/mothur-1.27.0-r1.ebuild +++ b/sci-biology/mothur/mothur-1.27.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -6,8 +6,8 @@ EAPI=5 inherit eutils flag-o-matic fortran-2 toolchain-funcs DESCRIPTION="A suite of algorithms for ecological bioinformatics" -HOMEPAGE="http://www.mothur.org/" -SRC_URI="http://www.mothur.org/w/images/c/cb/Mothur.${PV}.zip -> ${P}.zip" +HOMEPAGE="https://www.mothur.org/" +SRC_URI="https://www.mothur.org/w/images/c/cb/Mothur.${PV}.zip -> ${P}.zip" LICENSE="GPL-3" SLOT="0" |