commit: 9b5b3703cf22cd1b65c536bd095993c790c54382 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org> AuthorDate: Mon Aug 7 19:52:44 2017 +0000 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org> CommitDate: Mon Aug 7 19:52:44 2017 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=9b5b3703
dev-lisp/asdf-system-connections: Use https schema in live ebuild dev-lisp/asdf-system-connections/asdf-system-connections-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lisp/asdf-system-connections/asdf-system-connections-9999.ebuild b/dev-lisp/asdf-system-connections/asdf-system-connections-9999.ebuild index 53905026..d65b5cce 100644 --- a/dev-lisp/asdf-system-connections/asdf-system-connections-9999.ebuild +++ b/dev-lisp/asdf-system-connections/asdf-system-connections-9999.ebuild @@ -7,7 +7,7 @@ inherit common-lisp-3 git-r3 DESCRIPTION="Provides auto-loading of systems that only make sense when others are loaded." HOMEPAGE="http://common-lisp.net/project/cl-containers/asdf-system-connections/" -EGIT_REPO_URI="git://github.com/gwkkwg/${PN}" +EGIT_REPO_URI="https://github.com/gwkkwg/${PN}" LICENSE="MIT" SLOT="0"
