mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
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 @@ (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))))
|
||||
|
|
Loading…
Reference in a new issue