me
/
guix
Archived
1
0
Fork 0

gnu: rust-unindent-0.1: Don't hide package.

* gnu/packages/crates-io.scm (rust-unindent-0.1)[properties]: Remove
field.
master
Efraim Flashner 2020-02-18 10:06:29 +02:00
parent 00dcd11d8a
commit 983935ced0
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 0 additions and 1 deletions

View File

@ -14927,7 +14927,6 @@ or XID_Continue properties according to Unicode Standard Annex #31.")
(synopsis "Remove a column of leading whitespace from a string") (synopsis "Remove a column of leading whitespace from a string")
(description "This crate allows you to remove a column of leading (description "This crate allows you to remove a column of leading
whitespace from a string.") whitespace from a string.")
(properties '((hidden? . #t)))
(license (list license:asl2.0 (license (list license:asl2.0
license:expat)))) license:expat))))