me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/lisp-xyz.scm (sbcl-parse-number)[home-page]: Use HTTPS.
master
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
1 changed files with 1 additions and 1 deletions

View File

@ -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