Archived
1
0
Fork 0

gnu: rust-tint-1: Fix typo.

* gnu/packages/crates-io.scm (rust-tint-1)[description]: Fix "This
  package" typo.
This commit is contained in:
Vagrant Cascadian 2021-04-20 23:47:32 -07:00
parent e1c158aea1
commit efd3a1e542
No known key found for this signature in database
GPG key ID: DC518FC87F9716AA

View file

@ -42640,7 +42640,7 @@ closures after a delay or at a given timestamp.")
(("rust-lazy-static" ,rust-lazy-static-0.2)))) (("rust-lazy-static" ,rust-lazy-static-0.2))))
(home-page "https://github.com/savage13/tint") (home-page "https://github.com/savage13/tint")
(synopsis "Color creation and manipulation") (synopsis "Color creation and manipulation")
(description "This packages provides tools for color creation and (description "This package provides tools for color creation and
manipulation in Rust.") manipulation in Rust.")
(license license:expat))) (license license:expat)))