gnu: rust-jni-0.18: Fix grammar.

* gnu/packages/crates-io.scm (rust-jni-0.18)[description]: Remove
  gratuitous use of "permits to".
This commit is contained in:
Vagrant Cascadian 2021-04-21 07:58:16 -07:00
parent b7e1d03625
commit df1d426e6e
No known key found for this signature in database
GPG key ID: DC518FC87F9716AA

View file

@ -20378,8 +20378,8 @@ (define-public rust-jni-0.18
(home-page "https://github.com/jni-rs/jni-rs")
(synopsis "Rust bindings to the JNI")
(description
"This package provides Rust bindings to the JNI. It permits to
implement native Java methods for JVM and Android in Rust, call Java
"This package provides Rust bindings to the JNI. It
implements native Java methods for JVM and Android in Rust, call Java
code from Rust, embed JVM in Rust applications and use any Java
libraries.")
(license (list license:expat license:asl2.0))))