commit: aa9b6b16359dd555a865114f42119883ed03fd81 Author: Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz> AuthorDate: Thu Apr 6 23:23:28 2017 +0000 Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz> CommitDate: Thu Apr 6 23:23:28 2017 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=aa9b6b16
sci-biology/freebayes: use https instead of git protocol Package-Manager: Portage-2.3.5, Repoman-2.3.1 sci-biology/freebayes/freebayes-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-biology/freebayes/freebayes-9999.ebuild b/sci-biology/freebayes/freebayes-9999.ebuild index 0018eae64..db4bb6d0e 100644 --- a/sci-biology/freebayes/freebayes-9999.ebuild +++ b/sci-biology/freebayes/freebayes-9999.ebuild @@ -7,7 +7,7 @@ inherit eutils git-r3 toolchain-funcs DESCRIPTION="Bayesian gen. variant detector to find short polymorphisms" HOMEPAGE="https://github.com/ekg/freebayes" -EGIT_REPO_URI="git://github.com/ekg/freebayes.git" +EGIT_REPO_URI="https://github.com/ekg/freebayes.git" LICENSE="MIT" SLOT="0"