diff options
author | David Hicks <david@hicks.id.au> | 2017-07-29 19:43:15 +1000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-07-30 11:15:37 +0200 |
commit | 143518e823b1175d009965ef1ae900c1845850e0 (patch) | |
tree | a8872139d2ba8ec1e7a394ac695a14fbc8d175b2 /dev-lisp/trivial-gray-streams | |
parent | dev-lisp/clx: use HTTPS for GitHub (diff) | |
download | gentoo-143518e823b1175d009965ef1ae900c1845850e0.tar.gz gentoo-143518e823b1175d009965ef1ae900c1845850e0.tar.bz2 gentoo-143518e823b1175d009965ef1ae900c1845850e0.zip |
dev-lisp/trivial-gray-streams: use HTTPS for GitHub
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'dev-lisp/trivial-gray-streams')
-rw-r--r-- | dev-lisp/trivial-gray-streams/trivial-gray-streams-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lisp/trivial-gray-streams/trivial-gray-streams-9999.ebuild b/dev-lisp/trivial-gray-streams/trivial-gray-streams-9999.ebuild index f768134653e4..9fa802eff228 100644 --- a/dev-lisp/trivial-gray-streams/trivial-gray-streams-9999.ebuild +++ b/dev-lisp/trivial-gray-streams/trivial-gray-streams-9999.ebuild @@ -7,7 +7,7 @@ inherit common-lisp-3 git-r3 DESCRIPTION="A thin compatibility layer between Gray Stream Common Lisp implementations" HOMEPAGE="https://common-lisp.net/project/trivial-gray-streams/" -EGIT_REPO_URI="git://github.com/${PN}/${PN}" +EGIT_REPO_URI="https://github.com/${PN}/${PN}" LICENSE="MIT" SLOT="0" |