[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/05: gnu: libgravatar: Fix grammar of "allows to retrieve" to "retriev
From: |
guix-commits |
Subject: |
04/05: gnu: libgravatar: Fix grammar of "allows to retrieve" to "retrieves". |
Date: |
Sun, 12 Apr 2020 16:54:46 -0400 (EDT) |
vagrantc pushed a commit to branch master
in repository guix.
commit 04b56289e82b127c42845f208fc76645df489d8c
Author: Vagrant Cascadian <address@hidden>
AuthorDate: Sun Apr 12 13:47:22 2020 -0700
gnu: libgravatar: Fix grammar of "allows to retrieve" to "retrieves".
* gnu/packages/kde-internet (libgravatar): Fix grammar.
---
gnu/packages/kde-internet.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/kde-internet.scm b/gnu/packages/kde-internet.scm
index 666959e..5eb90cf 100644
--- a/gnu/packages/kde-internet.scm
+++ b/gnu/packages/kde-internet.scm
@@ -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