mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: dbus-c++: Fix typo "language".
* gnu/packages/glib (dbus-c++)[description]: Fix typo.
This commit is contained in:
parent
afe02c1a12
commit
add43093ac
1 changed files with 1 additions and 1 deletions
|
@ -775,7 +775,7 @@ (define-public dbus-c++
|
||||||
"#include <errno.h>\n#include <unistd.h>")))))))
|
"#include <errno.h>\n#include <unistd.h>")))))))
|
||||||
(synopsis "D-Bus API for C++")
|
(synopsis "D-Bus API for C++")
|
||||||
(description "This package provides D-Bus client API bindings for the C++
|
(description "This package provides D-Bus client API bindings for the C++
|
||||||
programming langauage. It also contains the utility
|
programming language. It also contains the utility
|
||||||
@command{dbuscxx-xml2cpp}.")
|
@command{dbuscxx-xml2cpp}.")
|
||||||
(home-page "https://sourceforge.net/projects/dbus-cplusplus/")
|
(home-page "https://sourceforge.net/projects/dbus-cplusplus/")
|
||||||
(license license:lgpl2.1+)))
|
(license license:lgpl2.1+)))
|
||||||
|
|
Loading…
Reference in a new issue