me
/
guix
Archived
1
0
Fork 0

gnu: rust-xdg-2.2: Fix typo and indentation.

* gnu/packages/crates-io.scm (rust-xdg-2.2): Fix indentation.
[description]: Add missing final dot.
master
Nicolas Goaziou 2020-07-14 15:01:43 +02:00
parent 8a3d041698
commit 7c86ef098d
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 7 additions and 8 deletions

View File

@ -29853,19 +29853,18 @@ extended attributes.")
(name "rust-xdg")
(version "2.2.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "xdg" version))
(file-name (string-append name "-" version ".crate"))
(sha256
(base32
"0mws8a0fr3cqk5nh7aq9lmkmhzghvasqy4mhw6nnza06l4d6i2fh"))))
(origin
(method url-fetch)
(uri (crate-uri "xdg" version))
(file-name (string-append name "-" version ".crate"))
(sha256
(base32 "0mws8a0fr3cqk5nh7aq9lmkmhzghvasqy4mhw6nnza06l4d6i2fh"))))
(build-system cargo-build-system)
(home-page "https://github.com/whitequark/rust-xdg")
(synopsis "Store and retrieve files according to XDG specification")
(description
"This package provides a library for storing and retrieving files according
to XDG Base Directory specification")
to XDG Base Directory specification.")
(license (list license:asl2.0
license:expat))))