diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2020-04-12 13:47:22 -0700 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2020-04-12 13:54:27 -0700 |
commit | 04b56289e82b127c42845f208fc76645df489d8c (patch) | |
tree | 3c452064686b3e3defadd465f635aa3c614d1771 /gnu | |
parent | 79d7db4159aaab0ecde638f875d7a6d091c9e1dd (diff) | |
download | guix-04b56289e82b127c42845f208fc76645df489d8c.tar.gz guix-04b56289e82b127c42845f208fc76645df489d8c.zip |
gnu: libgravatar: Fix grammar of "allows to retrieve" to "retrieves".
* gnu/packages/kde-internet (libgravatar): Fix grammar.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/kde-internet.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/kde-internet.scm b/gnu/packages/kde-internet.scm index 666959ea15..5eb90cfb7c 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 |