diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-05-21 12:11:07 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-05-21 13:02:30 -0400 |
commit | 7d108794dce54cb34c09df68ef26a962c08ad956 (patch) | |
tree | 4aa05dfe8da5185d4789bc4ccb363336b4c8acbe /sci-biology | |
parent | sci-libs/libdap: use HTTPs (diff) | |
download | gentoo-7d108794dce54cb34c09df68ef26a962c08ad956.tar.gz gentoo-7d108794dce54cb34c09df68ef26a962c08ad956.tar.bz2 gentoo-7d108794dce54cb34c09df68ef26a962c08ad956.zip |
sci-biology/fasta: use HTTPs
Closes: https://github.com/gentoo/gentoo/pull/8513
Diffstat (limited to 'sci-biology')
-rw-r--r-- | sci-biology/fasta/fasta-36.3.5e.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-biology/fasta/fasta-36.3.5e.ebuild b/sci-biology/fasta/fasta-36.3.5e.ebuild index 96494b79aa34..30fda7e9ae00 100644 --- a/sci-biology/fasta/fasta-36.3.5e.ebuild +++ b/sci-biology/fasta/fasta-36.3.5e.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,7 +6,7 @@ EAPI=5 inherit eutils flag-o-matic toolchain-funcs DESCRIPTION="FASTA is a DNA and Protein sequence alignment software package" -HOMEPAGE="http://fasta.bioch.virginia.edu/fasta_www2/fasta_down.shtml" +HOMEPAGE="https://fasta.bioch.virginia.edu/fasta_www2/fasta_down.shtml" SRC_URI="http://faculty.virginia.edu/wrpearson/${PN}/${PN}36/${P}.tar.gz" LICENSE="fasta" |