diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2020-04-12 14:07:09 -0700 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2020-04-12 14:08:55 -0700 |
commit | 4042f7f8e5e135e601f05c43afde11b3ed2e8039 (patch) | |
tree | a153d6ff3859614729b48593e15e7f6aaa4dfccd /gnu/packages/geo.scm | |
parent | 309aaea5e145c3e066af5db22486a9a84a978599 (diff) | |
download | guix-4042f7f8e5e135e601f05c43afde11b3ed2e8039.tar guix-4042f7f8e5e135e601f05c43afde11b3ed2e8039.tar.gz |
gnu: java-jmapviewer: Fix grammar of "allows to easily integrate" to "easily
integrates".
* gnu/packages/geo (java-jmapviewer): Fix grammar.
Diffstat (limited to 'gnu/packages/geo.scm')
-rw-r--r-- | gnu/packages/geo.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm index 86385c14ae..4e0af93acf 100644 --- a/gnu/packages/geo.scm +++ b/gnu/packages/geo.scm @@ -1153,8 +1153,8 @@ persisted. (copy-file "JMapViewer.jar" (string-append dir "JMapViewer.jar")))))))) (home-page "https://wiki.openstreetmap.org/wiki/JMapViewer") (synopsis "OSM map integration in Java") - (description "JMapViewer is a Java component which allows to easily -integrate an OSM map view into your Java application. It is maintained as + (description "JMapViewer is a Java component which easily +integrates an OSM map view into your Java application. It is maintained as an independent project by the JOSM team.") (license license:gpl2))) |