diff options
author | Ludovic Courtès <ludo@gnu.org> | 2013-05-11 20:00:48 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2013-05-11 20:00:48 +0200 |
commit | 2c4b49ed8d25c82500e552cb3b279bc4aeb5b5d7 (patch) | |
tree | 7cf693ecd385b33924db64755861af2828196f91 /gnu/packages/scheme.scm | |
parent | 210cc92038a221fa818560252f1154e5c66a317c (diff) | |
download | patches-2c4b49ed8d25c82500e552cb3b279bc4aeb5b5d7.tar patches-2c4b49ed8d25c82500e552cb3b279bc4aeb5b5d7.tar.gz |
gnu: chicken: Clear description.
* gnu/packages/scheme.scm (chicken): Remove unneeded part of the
description.
Diffstat (limited to 'gnu/packages/scheme.scm')
-rw-r--r-- | gnu/packages/scheme.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/scheme.scm b/gnu/packages/scheme.scm index 9b494b7e02..13f1002090 100644 --- a/gnu/packages/scheme.scm +++ b/gnu/packages/scheme.scm @@ -293,6 +293,5 @@ mashups, office (web agendas, mail clients, ...), etc.") (description "CHICKEN is a compiler for the Scheme programming language. CHICKEN produces portable and efficient C, supports almost all of the R5RS Scheme -language standard, and includes many enhancements and extensions. CHICKEN -runs on Linux, MacOS X, Windows, and many Unix flavours.") +language standard, and includes many enhancements and extensions.") (license bsd-3))) |