diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-05-21 12:11:33 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-05-21 13:02:30 -0400 |
commit | c300029c4ce57592eaca1312ed10382e3f700f6a (patch) | |
tree | 30eecc9064be40885d761f5e68e72d08678c05ce /sci-biology | |
parent | sci-biology/fasta: use HTTPs (diff) | |
download | gentoo-c300029c4ce57592eaca1312ed10382e3f700f6a.tar.gz gentoo-c300029c4ce57592eaca1312ed10382e3f700f6a.tar.bz2 gentoo-c300029c4ce57592eaca1312ed10382e3f700f6a.zip |
sci-biology/ncbi-tools: use HTTPs
Diffstat (limited to 'sci-biology')
-rw-r--r-- | sci-biology/ncbi-tools/ncbi-tools-2.2.26-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-biology/ncbi-tools/ncbi-tools-2.2.26-r2.ebuild b/sci-biology/ncbi-tools/ncbi-tools-2.2.26-r2.ebuild index cc0e8e3b5472..1d3b5784a3a1 100644 --- a/sci-biology/ncbi-tools/ncbi-tools-2.2.26-r2.ebuild +++ b/sci-biology/ncbi-tools/ncbi-tools-2.2.26-r2.ebuild @@ -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=5 @@ -6,7 +6,7 @@ EAPI=5 inherit eutils flag-o-matic prefix toolchain-funcs DESCRIPTION="Development toolkit and applications for computational biology, including BLAST" -HOMEPAGE="http://www.ncbi.nlm.nih.gov/" +HOMEPAGE="https://www.ncbi.nlm.nih.gov/" SRC_URI="ftp://ftp.ncbi.nlm.nih.gov/blast/executables/release/${PV}/ncbi.tar.gz -> ${P}.tar.gz" SLOT="0" |