[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/05: gnu: java-jmapviewer: Fix grammar of "allows to easily integrate"
From: |
guix-commits |
Subject: |
05/05: gnu: java-jmapviewer: Fix grammar of "allows to easily integrate" to "easily integrates". |
Date: |
Sun, 12 Apr 2020 17:09:11 -0400 (EDT) |
vagrantc pushed a commit to branch master
in repository guix.
commit 4042f7f8e5e135e601f05c43afde11b3ed2e8039
Author: Vagrant Cascadian <address@hidden>
AuthorDate: Sun Apr 12 14:07:09 2020 -0700
gnu: java-jmapviewer: Fix grammar of "allows to easily integrate" to "easily
integrates".
* gnu/packages/geo (java-jmapviewer): Fix grammar.
---
gnu/packages/geo.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index 86385c1..4e0af93 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)))