gnu: sbcl-parse-number: Use HTTPS home page.

* gnu/packages/lisp-xyz.scm (sbcl-parse-number)[home-page]: Use HTTPS.
This commit is contained in:
Tobias Geerinckx-Rice 2020-03-21 00:31:29 +01:00
parent 9ca4c65492
commit fed4ff33fa
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -950,7 +950,7 @@ JavaScript (ECMAScript 3). It has basic support for ECMAScript 5.")
(base32 (base32
"0sk06ib1bhqv9y39vwnnw44vmbc4b0kvqm37xxmkxd4dwchq82d7")))) "0sk06ib1bhqv9y39vwnnw44vmbc4b0kvqm37xxmkxd4dwchq82d7"))))
(build-system asdf-build-system/sbcl) (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") (synopsis "Parse numbers")
(description "@code{parse-number} is a library of functions for parsing (description "@code{parse-number} is a library of functions for parsing
strings into one of the standard Common Lisp number types without using the strings into one of the standard Common Lisp number types without using the