gnu: libgravatar: Fix grammar of "allows to retrieve" to "retrieves".
authorVagrant Cascadian <vagrant@debian.org>
Sun, 12 Apr 2020 20:47:22 +0000 (13:47 -0700)
committerVagrant Cascadian <vagrant@debian.org>
Sun, 12 Apr 2020 20:54:27 +0000 (13:54 -0700)
* gnu/packages/kde-internet (libgravatar): Fix grammar.

gnu/packages/kde-internet.scm

index 666959e..5eb90cf 100644 (file)
@@ -452,7 +452,7 @@ a full-featured client for BitTorrent.")
      `(#:tests? #f)) ;; 2/7 tests fail (due to network issues?)
     (home-page "https://cgit.kde.org/libgravatar.git")
     (synopsis "Online avatar lookup library")
-    (description "This library allows to retrieve avatar images based on a
+    (description "This library retrieves avatar images based on a
 hash from a person's email address, as well as local caching to avoid
 unnecessary network operations.")
     (license ;; GPL for programs, LGPL for libraries