mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-28 19:56:59 -06:00
gnu: guile-extensible-match: Fix typo in synopsis and wrong license.
* gnu/packages/guile-xyz.scm (guile-extensible-match)[synopsis]: Fix typo "patter" to "pattern". [license]: Use CC0 according to the request from package author. Change-Id: I01d5a1a96c94b08f08b9cd8cba14422547d72baa Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
91d5128c7d
commit
9f8b1cfdf6
1 changed files with 2 additions and 3 deletions
|
|
@ -2361,13 +2361,12 @@ format.")
|
|||
(native-inputs (list guile-3.0))
|
||||
(propagated-inputs (list guile-srfi-133))
|
||||
(home-page "https://codeberg.org/dpk/extensible-match")
|
||||
(synopsis
|
||||
"Extensible patter-matching library")
|
||||
(synopsis "Extensible pattern-matching library")
|
||||
(description
|
||||
"Guile-extensible-match is an implementation of SRFI-262. It provides
|
||||
user extensible pattern matching syntax. This implementation use a range
|
||||
of optimizations to generate efficient matching code.")
|
||||
(license license:expat)))
|
||||
(license license:cc0)))
|
||||
|
||||
(define-public guile-newra
|
||||
;; There has been no release let.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue