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/bison.scm | |
parent | e6a9aa366efb55f8556dd55b8fb6869d40c1d387 (diff) | |
download | patches-79c311b81cd8b12075f4c8028a65787481ee40c5.tar patches-79c311b81cd8b12075f4c8028a65787481ee40c5.tar.gz |
gnu: Synchronize descriptions with 'gnumaint'.
Diffstat (limited to 'gnu/packages/bison.scm')
-rw-r--r-- | gnu/packages/bison.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/bison.scm b/gnu/packages/bison.scm index b0eab278e3..cb8ed9a2ad 100644 --- a/gnu/packages/bison.scm +++ b/gnu/packages/bison.scm @@ -46,8 +46,8 @@ (home-page "http://www.gnu.org/software/bison/") (synopsis "Parser generator") (description - "Bison is a general-purpose parser generator. It can build a -deterministic LR or generalized LR parser from an annotated, context- free -grammar. It is versatile enough to have a wide variety of applications, from -parsers for simple tools up to parsers for complex programming languages.") + "GNU Bison is a general-purpose parser generator. It can build a +deterministic or generalized LR parser from an annotated, context-free +grammar. It is versatile enough to have many applications, from parsers for +simple tools through complex programming languages.") (license gpl3+))) |