diff options
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/guile-xyz.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm index c1991b10e7f..e699b3d97b6 100644 --- a/gnu/packages/guile-xyz.scm +++ b/gnu/packages/guile-xyz.scm @@ -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. |
