me
/
guix
Archived
1
0
Fork 0

gnu: sbcl-clx-xembed: Fix trailing whitespace in synopsis.

* gnu/packages/lisp-xyz.scm (sbcl-clx-xembed)[synopsis]: Fix trailing
  whitespace.
master
Vagrant Cascadian 2021-12-30 00:28:11 -08:00
parent 896e39282d
commit 4f7da26f8b
No known key found for this signature in database
GPG Key ID: DC518FC87F9716AA
1 changed files with 1 additions and 1 deletions

View File

@ -10578,7 +10578,7 @@ accompaniment to the standard ANSI facilities.")
`(#:asd-systems '("xembed"))) `(#:asd-systems '("xembed")))
(inputs (inputs
(list sbcl-clx)) (list sbcl-clx))
(synopsis "CL(x) xembed protocol implementation ") (synopsis "CL(x) xembed protocol implementation")
(description "CL(x) xembed protocol implementation") (description "CL(x) xembed protocol implementation")
;; MIT License ;; MIT License
(license license:expat)))) (license license:expat))))