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/metabang-bind/
Date: Mon, 07 Aug 2017 11:40:47
Message-Id: 1502106063.55641e219c0a862d8ec6b25fcebbf14e70331350.nimiux@gentoo
1 commit: 55641e219c0a862d8ec6b25fcebbf14e70331350
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 7 11:41:03 2017 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 7 11:41:03 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=55641e21
7
8 dev-lisp/metabang-bind: Use https schema in live ebuild
9
10 dev-lisp/metabang-bind/metabang-bind-9999.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/dev-lisp/metabang-bind/metabang-bind-9999.ebuild b/dev-lisp/metabang-bind/metabang-bind-9999.ebuild
14 index cd4edf25..9f58fa86 100644
15 --- a/dev-lisp/metabang-bind/metabang-bind-9999.ebuild
16 +++ b/dev-lisp/metabang-bind/metabang-bind-9999.ebuild
17 @@ -8,7 +8,7 @@ inherit common-lisp-3 git-r3
18 DESCRIPTION="Combines LET*, DESTRUCTURING-BIND and MULTIPLE-VALUE-BIND into a single form."
19 HOMEPAGE="http://common-lisp.net/project/metabang-bind
20 http://www.cliki.net/bind"
21 -EGIT_REPO_URI="git://github.com/gwkkwg/${PN}"
22 +EGIT_REPO_URI="https://github.com/gwkkwg/${PN}"
23
24 LICENSE="BSD-2"
25 SLOT="0"