Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:jlec/scilab commit in: sci-biology/sga/
Date: Sat, 27 Jan 2018 11:42:05
Message-Id: 1516484214.1c723baf788de9babc310c1988d63347f4429f43.jlec@gentoo
1 commit: 1c723baf788de9babc310c1988d63347f4429f43
2 Author: Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
3 AuthorDate: Sat Jan 20 21:36:54 2018 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 20 21:36:54 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=1c723baf
7
8 sci-biology/sga: convert git:// to https://
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 sci-biology/sga/sga-9999.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sci-biology/sga/sga-9999.ebuild b/sci-biology/sga/sga-9999.ebuild
16 index a9d46d697..38212a3e2 100644
17 --- a/sci-biology/sga/sga-9999.ebuild
18 +++ b/sci-biology/sga/sga-9999.ebuild
19 @@ -7,7 +7,7 @@ inherit eutils git-r3
20
21 DESCRIPTION="String Graph OLC Assembler for short reads (overlap-layout-consensus)"
22 HOMEPAGE="https://github.com/jts/sga"
23 -EGIT_REPO_URI="git://github.com/jts/sga"
24 +EGIT_REPO_URI="https://github.com/jts/sga"
25
26 LICENSE="GPL-3"
27 SLOT="0"