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
1 changed files with 0 additions and 1 deletions
|
@ -2663,7 +2663,6 @@ pattern-matching-like, but a char-by-char procedural parser.")
|
||||||
"This package exports the following function to parse floating-point
|
"This package exports the following function to parse floating-point
|
||||||
values from a string in Common Lisp.")
|
values from a string in Common Lisp.")
|
||||||
(home-page "https://github.com/soemraws/parse-float")
|
(home-page "https://github.com/soemraws/parse-float")
|
||||||
;; TODO: Missing license?
|
|
||||||
(license license:public-domain))))
|
(license license:public-domain))))
|
||||||
|
|
||||||
(define-public cl-parse-float
|
(define-public cl-parse-float
|
||||||
|
|
Reference in a new issue