gnu: java-jmapviewer: Fix grammar of "allows to easily integrate" to "easily

integrates".

* gnu/packages/geo (java-jmapviewer): Fix grammar.
This commit is contained in:
Vagrant Cascadian 2020-04-12 14:07:09 -07:00
parent 309aaea5e1
commit 4042f7f8e5
No known key found for this signature in database
GPG key ID: DC518FC87F9716AA

View file

@ -1153,8 +1153,8 @@ (define-public java-jmapviewer
(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)))