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:
parent
b7e1d03625
commit
df1d426e6e
1 changed files with 2 additions and 2 deletions
|
@ -20378,8 +20378,8 @@ byte slices for sets of ASCII characters or bytes.")
|
||||||
(home-page "https://github.com/jni-rs/jni-rs")
|
(home-page "https://github.com/jni-rs/jni-rs")
|
||||||
(synopsis "Rust bindings to the JNI")
|
(synopsis "Rust bindings to the JNI")
|
||||||
(description
|
(description
|
||||||
"This package provides Rust bindings to the JNI. It permits to
|
"This package provides Rust bindings to the JNI. It
|
||||||
implement native Java methods for JVM and Android in Rust, call Java
|
implements native Java methods for JVM and Android in Rust, call Java
|
||||||
code from Rust, embed JVM in Rust applications and use any Java
|
code from Rust, embed JVM in Rust applications and use any Java
|
||||||
libraries.")
|
libraries.")
|
||||||
(license (list license:expat license:asl2.0))))
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
Reference in a new issue