mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: rust-dbus: Fix typo in description.
* gnu/packages/crates-io.scm (rust-dbus-0.9)[description]: Fix ‘provies’ typo.
This commit is contained in:
parent
2f249e4c57
commit
ae6e09ad47
1 changed files with 1 additions and 1 deletions
|
@ -12865,7 +12865,7 @@ (define-public rust-dbus-0.9
|
|||
`(("dbus" ,dbus)))
|
||||
(home-page "https://github.com/diwic/dbus-rs")
|
||||
(synopsis "Rust bindings to D-Bus")
|
||||
(description "This package provies Rust bindings to D-Bus.")
|
||||
(description "This package provides Rust bindings to D-Bus.")
|
||||
(license (list license:asl2.0 license:expat))))
|
||||
|
||||
(define-public rust-dbus-0.6
|
||||
|
|
Loading…
Reference in a new issue