diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-21 00:31:29 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-21 03:09:43 +0100 |
commit | fed4ff33faca7f0a933f848508fb1fcf6c54c8a8 (patch) | |
tree | 02b79bfc1523b16adf8712f4f889f4f6d2003f20 | |
parent | 9ca4c65492737fbdfe342ce949b442a62575b1c6 (diff) | |
download | patches-fed4ff33faca7f0a933f848508fb1fcf6c54c8a8.tar patches-fed4ff33faca7f0a933f848508fb1fcf6c54c8a8.tar.gz |
gnu: sbcl-parse-number: Use HTTPS home page.
* gnu/packages/lisp-xyz.scm (sbcl-parse-number)[home-page]: Use HTTPS.
-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 d025adb89c..043c219e5e 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -950,7 +950,7 @@ JavaScript (ECMAScript 3). It has basic support for ECMAScript 5.") (base32 "0sk06ib1bhqv9y39vwnnw44vmbc4b0kvqm37xxmkxd4dwchq82d7")))) (build-system asdf-build-system/sbcl) - (home-page "http://www.cliki.net/PARSE-NUMBER") + (home-page "https://www.cliki.net/PARSE-NUMBER") (synopsis "Parse numbers") (description "@code{parse-number} is a library of functions for parsing strings into one of the standard Common Lisp number types without using the |