gnu: sbcl-parse-float: Remove comment about license.
* gnu/packages/lisp.scm (sbcl-parse-float): The license really is public domain.
This commit is contained in:
parent
bf076d8ba6
commit
d89872f955
|
@ -2663,7 +2663,6 @@ pattern-matching-like, but a char-by-char procedural parser.")
|
|||
"This package exports the following function to parse floating-point
|
||||
values from a string in Common Lisp.")
|
||||
(home-page "https://github.com/soemraws/parse-float")
|
||||
;; TODO: Missing license?
|
||||
(license license:public-domain))))
|
||||
|
||||
(define-public cl-parse-float
|
||||
|
|
Loading…
Reference in New Issue