diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2020-01-15 09:41:50 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2020-01-15 09:41:50 +0200 |
commit | 7d5c2e27da6bea19e76a5729c313a03663275fdf (patch) | |
tree | 380f4b0b8ffae227f0e753d7a916a508dff7fe72 | |
parent | 89421b7c653efe6ffeaf97ccba590c5c154d3386 (diff) | |
download | guix-7d5c2e27da6bea19e76a5729c313a03663275fdf.tar.gz guix-7d5c2e27da6bea19e76a5729c313a03663275fdf.zip |
gnu: rust-foreign-types-macros-0.1: Appease guix lint.
* gnu/packages/crates-io.scm (rust-foreign-types-macros-0.1)[synopsis]:
Appease 'guix lint'.
-rw-r--r-- | gnu/packages/crates-io.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 8c11d44086..e190b32ecc 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -3151,7 +3151,7 @@ APIs.") ("rust-quote" ,rust-quote-1.0) ("rust-syn" ,rust-syn-0.15)))) (home-page "https://github.com/sfackler/foreign-types") - (synopsis "An internal crate used by foreign-types") + (synopsis "Internal crate used by foreign-types") (description "An internal crate used by foreign-types.") (license (list license:expat license:asl2.0)))) |