diff options
author | Ludovic Courtès <ludo@gnu.org> | 2013-12-01 22:33:23 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2013-12-01 22:33:23 +0100 |
commit | 79c311b81cd8b12075f4c8028a65787481ee40c5 (patch) | |
tree | 7fed0959acc6c75a7ad84c18fa4f7bdc83dfbc84 /gnu/packages/ocrad.scm | |
parent | e6a9aa366efb55f8556dd55b8fb6869d40c1d387 (diff) | |
download | guix-79c311b81cd8b12075f4c8028a65787481ee40c5.tar guix-79c311b81cd8b12075f4c8028a65787481ee40c5.tar.gz |
gnu: Synchronize descriptions with 'gnumaint'.
Diffstat (limited to 'gnu/packages/ocrad.scm')
-rw-r--r-- | gnu/packages/ocrad.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/ocrad.scm b/gnu/packages/ocrad.scm index d1b56791d8..159d2fa07b 100644 --- a/gnu/packages/ocrad.scm +++ b/gnu/packages/ocrad.scm @@ -40,7 +40,7 @@ (home-page "http://www.gnu.org/software/ocrad/") (synopsis "Optical character recognition based on feature extraction") (description - "Ocrad is an optical character recognition program based on a feature -extraction method. It can read images in PBM, PGM or PPM formats and it -produces text in 8-bit or UTF-8 formats.") + "GNU Ocrad is an optical character recognition program based on a +feature extraction method. It can read images in PBM, PGM or PPM formats and +it produces text in 8-bit or UTF-8 formats.") (license gpl3+))) |