me
/
guix
Archived
1
0
Fork 0

gnu: dbus-c++: Fix command name in description.

* gnu/packages/glib.scm (dbus-c++)[description]: Fix command prefix in
description, and mention the second command installed as well.
master
Maxim Cournoyer 2021-03-08 22:02:38 -05:00
parent 1ea2c82355
commit 74fdd0fea0
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 2 additions and 2 deletions

View File

@ -995,8 +995,8 @@ This package provides the library for GLib applications.")
#t)))))
(synopsis "D-Bus API for C++")
(description "This package provides D-Bus client API bindings for the C++
programming language. It also contains the utility
@command{dbuscxx-xml2cpp}.")
programming language. It also provides the @command{dbusxx-xml2cpp} and
@command{dbusxx-introspect} commands.")
(home-page "https://sourceforge.net/projects/dbus-cplusplus/")
(license license:lgpl2.1+)))