diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-18 19:59:12 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-02-17 03:21:45 +0100 |
commit | 0eecc9eba84478ebf31113f4dc975ddbcddbf7fd (patch) | |
tree | 044651394c532b7cb9bfaf941a539297943f5a22 /gnu | |
parent | 78f8780e9fbf5a8346a6ea19b5599f5f4114383b (diff) |
gnu: sbcl-trivial-gray-streams: Use HTTPS home page.
* gnu/packages/lisp-xyz.scm (sbcl-trivial-gray-streams)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/lisp-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index 5b990d2faa..7496dc5ba4 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -218,7 +218,7 @@ support.") ANSI CL by David N. Gray. The proposal did not make it into ANSI CL, but most popular CL implementations implement it. This package provides an extremely thin compatibility layer for gray streams.") - (home-page "http://www.cliki.net/trivial-gray-streams") + (home-page "https://www.cliki.net/trivial-gray-streams") (license license:x11)))) (define-public cl-trivial-gray-streams |