Gentoo Archives: gentoo-commits

From: "José María Alonso" <nimiux@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/graylex/
Date: Mon, 07 Aug 2017 20:33:58
Message-Id: 1502138056.ade4bd44d899ac3bf1e7208f7b507ca0f7e43ea8.nimiux@gentoo
1 commit: ade4bd44d899ac3bf1e7208f7b507ca0f7e43ea8
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 7 20:34:16 2017 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 7 20:34:16 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=ade4bd44
7
8 dev-lisp/graylex: Use https schema in live ebuild
9
10 dev-lisp/graylex/graylex-9999.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/dev-lisp/graylex/graylex-9999.ebuild b/dev-lisp/graylex/graylex-9999.ebuild
14 index c3717525..78db3fae 100644
15 --- a/dev-lisp/graylex/graylex-9999.ebuild
16 +++ b/dev-lisp/graylex/graylex-9999.ebuild
17 @@ -7,7 +7,7 @@ inherit common-lisp-3 git-r3
18
19 DESCRIPTION="Gray lexer input streams"
20 HOMEPAGE="http://cliki.net/graylex"
21 -EGIT_REPO_URI="git://github.com/e-user/${PN}.git"
22 +EGIT_REPO_URI="https://github.com/e-user/${PN}"
23
24 LICENSE="GPL-3+"
25 SLOT="0"