diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2020-04-12 15:36:07 -0700 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2020-04-12 15:37:42 -0700 |
commit | 104b1bde7327f23ccb2719727d6d5e4748078825 (patch) | |
tree | 76e7b54bcbd306537eed21800b0d3e7f0424f420 | |
parent | c05181a337d91ec914c494b01d15ff256bf59ba4 (diff) | |
download | guix-104b1bde7327f23ccb2719727d6d5e4748078825.tar.gz |
gnu: cl-dbus: Fix grammar of "allows to publish" to "publishes".
* gnu/packages/lisp-xyz (cl-dbus): Fix grammar.
-rw-r--r-- | gnu/packages/lisp-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index 3ea194db13..9dd2b5409d 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -6416,7 +6416,7 @@ power of CXML is available when necessary.") ("cl-xmlspam" ,sbcl-cl-xmlspam) ("ironclad" ,sbcl-ironclad))) (synopsis "D-Bus client library for Common Lisp") - (description "This is a Common Lisp library that allows to publish D-Bus + (description "This is a Common Lisp library that publishes D-Bus objects as well as send and notify other objects connected to a bus.") (license license:bsd-2)))) |