From: David Hicks Date: Sat, 29 Jul 2017 09:42:22 +0000 (+1000) Subject: dev-lisp/clx: use HTTPS for GitHub X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=4cd4808201410644e2d964c0f3b2b14ac81f083c;p=gentoo.git dev-lisp/clx: use HTTPS for GitHub Package-Manager: Portage-2.3.6, Repoman-2.3.3 --- diff --git a/dev-lisp/clx/clx-9999.ebuild b/dev-lisp/clx/clx-9999.ebuild index efbfcfbe7378..58071bea11ca 100644 --- a/dev-lisp/clx/clx-9999.ebuild +++ b/dev-lisp/clx/clx-9999.ebuild @@ -7,7 +7,7 @@ inherit common-lisp-3 git-r3 DESCRIPTION="A fork of crhodes' fork of danb's fork of CLX, an X11 client for Common Lisp" HOMEPAGE="https://github.com/sharplispers/clx http://www.cliki.net/CLX" -EGIT_REPO_URI="git://github.com/sharplispers/clx.git" +EGIT_REPO_URI="https://github.com/sharplispers/clx.git" LICENSE="MIT" SLOT="0"