diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2019-05-22 15:24:01 -0700 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2019-05-22 18:08:50 -0700 |
commit | 586ddde5142cce6dfb5b00382d80d8f82743fa54 (patch) | |
tree | fd9eb4230d698d1c9304c8972b49f6ba2e3a67f9 /gnu | |
parent | 3c7b65098b93b28a575cde869323d3c4338ba9bf (diff) | |
download | guix-586ddde5142cce6dfb5b00382d80d8f82743fa54.tar guix-586ddde5142cce6dfb5b00382d80d8f82743fa54.tar.gz |
gnu: compface: Fix typo "This package".
* gnu/packages/mail (compface)[description]: Fix typo.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/mail.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index 7346a3fe75..aea5146d33 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -1079,7 +1079,7 @@ MailCore 2.") (arguments `(#:tests? #f)) (synopsis "Portrait image compressor") - (description "This packages takes your 48x48x1 portrait image and + (description "This package takes your 48x48x1 portrait image and compresses it.") (home-page "http://www.cs.indiana.edu/pub/faces/") (license (x11-style "file://README")))) |