diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2022-01-08 16:06:24 -0800 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2022-01-08 16:39:31 -0800 |
commit | 7d7b57953137fc1662ad0f888749eddddc667b08 (patch) | |
tree | a986afcec809396835bbea55bd80e8498b92b260 | |
parent | 84f6a80ca665b6d2faea4fd889ca72f805b1c6c3 (diff) |
gnu: sbcl-glsl-toolkit: Fix grammar.
* gnu/packages/lisp-xyz.scm (sbcl-glsl-toolkit)[description]: Fix grammar.
-rw-r--r-- | gnu/packages/lisp-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index 45c70387a1..9100ebe0f1 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -16055,8 +16055,8 @@ application fail and be unable to do so using its standard UI.") (home-page "https://shirakumo.github.io/glsl-toolkit/") (synopsis "Parser for OpenGL Shader Language source files") (description - "This package provides a Common Lisp system collecting tools written to -allow to wrangle OpenGL Shader Language (GLSL) source files.") + "This package provides Common Lisp system collecting tools written to +wrangle OpenGL Shader Language (GLSL) source files.") (license license:zlib)))) (define-public ecl-glsl-toolkit |