gnu: libgravatar: Fix grammar of "allows to retrieve" to "retrieves".
* gnu/packages/kde-internet (libgravatar): Fix grammar.
This commit is contained in:
parent
79d7db4159
commit
04b56289e8
1 changed files with 1 additions and 1 deletions
|
@ -452,7 +452,7 @@ a full-featured client for BitTorrent.")
|
||||||
`(#:tests? #f)) ;; 2/7 tests fail (due to network issues?)
|
`(#:tests? #f)) ;; 2/7 tests fail (due to network issues?)
|
||||||
(home-page "https://cgit.kde.org/libgravatar.git")
|
(home-page "https://cgit.kde.org/libgravatar.git")
|
||||||
(synopsis "Online avatar lookup library")
|
(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
|
hash from a person's email address, as well as local caching to avoid
|
||||||
unnecessary network operations.")
|
unnecessary network operations.")
|
||||||
(license ;; GPL for programs, LGPL for libraries
|
(license ;; GPL for programs, LGPL for libraries
|
||||||
|
|
Reference in a new issue