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

* gnu/packages/crates-io.scm (rust-unindent-0.1)[properties]: Remove
field.
This commit is contained in:
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

View file

@ -14927,7 +14927,6 @@ (define-public rust-unindent-0.1
(synopsis "Remove a column of leading whitespace from a string")
(description "This crate allows you to remove a column of leading
whitespace from a string.")
(properties '((hidden? . #t)))
(license (list license:asl2.0
license:expat))))