commit: 3693b19217d0af01e23bf23796f37dccb9ef3df8 Author: Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz> AuthorDate: Sat Jan 20 21:25:26 2018 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Sat Jan 20 21:25:26 2018 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=3693b192
sci-biology/oases: switch git:// to https:// Package-Manager: Portage-2.3.19, Repoman-2.3.6 sci-biology/oases/oases-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-biology/oases/oases-9999.ebuild b/sci-biology/oases/oases-9999.ebuild index 7c2942879..fbbe6e6dd 100644 --- a/sci-biology/oases/oases-9999.ebuild +++ b/sci-biology/oases/oases-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -10,7 +10,7 @@ inherit eutils DESCRIPTION="De novo transcriptome assembler" HOMEPAGE="http://www.ebi.ac.uk/~zerbino/oases" if [ "$PV" == "9999" ]; then - EGIT_REPO_URI="git://github.com/dzerbino/oases.git" + EGIT_REPO_URI="https://github.com/dzerbino/oases.git" SRC_URI="http://www.ebi.ac.uk/~zerbino/oases/OasesManual.pdf" KEYWORDS="" else
