commit: 55641e219c0a862d8ec6b25fcebbf14e70331350 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org> AuthorDate: Mon Aug 7 11:41:03 2017 +0000 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org> CommitDate: Mon Aug 7 11:41:03 2017 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=55641e21
dev-lisp/metabang-bind: Use https schema in live ebuild dev-lisp/metabang-bind/metabang-bind-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lisp/metabang-bind/metabang-bind-9999.ebuild b/dev-lisp/metabang-bind/metabang-bind-9999.ebuild index cd4edf25..9f58fa86 100644 --- a/dev-lisp/metabang-bind/metabang-bind-9999.ebuild +++ b/dev-lisp/metabang-bind/metabang-bind-9999.ebuild @@ -8,7 +8,7 @@ inherit common-lisp-3 git-r3 DESCRIPTION="Combines LET*, DESTRUCTURING-BIND and MULTIPLE-VALUE-BIND into a single form." HOMEPAGE="http://common-lisp.net/project/metabang-bind http://www.cliki.net/bind" -EGIT_REPO_URI="git://github.com/gwkkwg/${PN}" +EGIT_REPO_URI="https://github.com/gwkkwg/${PN}" LICENSE="BSD-2" SLOT="0"
