diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-05-21 12:15:03 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-05-21 13:02:31 -0400 |
commit | e43ee1e262f95f661e3418cb9addcfb2355f0a8a (patch) | |
tree | 8c929ebf4f8fb978275d7082c16829a757c82157 /sci-biology/velvet | |
parent | sci-biology/mafft: use HTTPs (diff) | |
download | gentoo-e43ee1e262f95f661e3418cb9addcfb2355f0a8a.tar.gz gentoo-e43ee1e262f95f661e3418cb9addcfb2355f0a8a.tar.bz2 gentoo-e43ee1e262f95f661e3418cb9addcfb2355f0a8a.zip |
sci-biology/velvet: use HTTPs
Diffstat (limited to 'sci-biology/velvet')
-rw-r--r-- | sci-biology/velvet/velvet-1.0.18-r1.ebuild | 6 | ||||
-rw-r--r-- | sci-biology/velvet/velvet-1.2.10.ebuild | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sci-biology/velvet/velvet-1.0.18-r1.ebuild b/sci-biology/velvet/velvet-1.0.18-r1.ebuild index 4b7d1958cee6..a8ec87b6625a 100644 --- a/sci-biology/velvet/velvet-1.0.18-r1.ebuild +++ b/sci-biology/velvet/velvet-1.0.18-r1.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=4 @@ -8,8 +8,8 @@ inherit eutils toolchain-funcs flag-o-matic MY_P=${PN}_${PV} DESCRIPTION="A sequence assembler for very short reads" -HOMEPAGE="http://www.ebi.ac.uk/~zerbino/velvet/" -SRC_URI="http://www.ebi.ac.uk/~zerbino/velvet/${MY_P}.tgz" +HOMEPAGE="https://www.ebi.ac.uk/~zerbino/velvet/" +SRC_URI="https://www.ebi.ac.uk/~zerbino/velvet/${MY_P}.tgz" LICENSE="GPL-2" SLOT="0" diff --git a/sci-biology/velvet/velvet-1.2.10.ebuild b/sci-biology/velvet/velvet-1.2.10.ebuild index d5a93f2f3e48..3de28bdb7481 100644 --- a/sci-biology/velvet/velvet-1.2.10.ebuild +++ b/sci-biology/velvet/velvet-1.2.10.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 @@ -8,8 +8,8 @@ inherit eutils flag-o-matic toolchain-funcs MY_P=${PN}_${PV} DESCRIPTION="A sequence assembler for very short reads" -HOMEPAGE="http://www.ebi.ac.uk/~zerbino/velvet/" -SRC_URI="http://www.ebi.ac.uk/~zerbino/velvet/${MY_P}.tgz" +HOMEPAGE="https://www.ebi.ac.uk/~zerbino/velvet/" +SRC_URI="https://www.ebi.ac.uk/~zerbino/velvet/${MY_P}.tgz" LICENSE="GPL-2" SLOT="0" |