From e43ee1e262f95f661e3418cb9addcfb2355f0a8a Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Mon, 21 May 2018 12:15:03 +0200 Subject: sci-biology/velvet: use HTTPs --- sci-biology/velvet/velvet-1.0.18-r1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sci-biology/velvet/velvet-1.0.18-r1.ebuild') 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" -- cgit v1.2.3-65-gdbad