1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-07 05:30:38 +02: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:
Vagrant Cascadian
2021-04-21 07:58:16 -07:00
parent b7e1d03625
commit df1d426e6e

View File

@@ -20378,8 +20378,8 @@ byte slices for sets of ASCII characters or bytes.")
(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))))