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/cl-mongo/
Date: Mon, 07 Aug 2017 20:44:32
Message-Id: 1502138691.98a67bee6ab1f18337bf5d023d051a9ae77ff85c.nimiux@gentoo
1 commit: 98a67bee6ab1f18337bf5d023d051a9ae77ff85c
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 7 20:44:51 2017 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 7 20:44:51 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=98a67bee
7
8 dev-lisp/cl-mongo: Use https schema in live ebuild
9
10 dev-lisp/cl-mongo/cl-mongo-9999.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/dev-lisp/cl-mongo/cl-mongo-9999.ebuild b/dev-lisp/cl-mongo/cl-mongo-9999.ebuild
14 index 05c33e44..2356ced0 100644
15 --- a/dev-lisp/cl-mongo/cl-mongo-9999.ebuild
16 +++ b/dev-lisp/cl-mongo/cl-mongo-9999.ebuild
17 @@ -7,7 +7,7 @@ inherit common-lisp-3 git-r3
18
19 DESCRIPTION="Lisp interface to mongo db"
20 HOMEPAGE="https://github.com/fons/cl-mongo"
21 -EGIT_REPO_URI="git://github.com/fons/${PN}.git"
22 +EGIT_REPO_URI="https://github.com/fons/cl-mongo"
23
24 LICENSE="MIT"
25 SLOT="0"