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/guile.scm | |
parent | e6a9aa366efb55f8556dd55b8fb6869d40c1d387 (diff) | |
download | patches-79c311b81cd8b12075f4c8028a65787481ee40c5.tar patches-79c311b81cd8b12075f4c8028a65787481ee40c5.tar.gz |
gnu: Synchronize descriptions with 'gnumaint'.
Diffstat (limited to 'gnu/packages/guile.scm')
-rw-r--r-- | gnu/packages/guile.scm | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm index 653d42c1b2..40d9ae7df8 100644 --- a/gnu/packages/guile.scm +++ b/gnu/packages/guile.scm @@ -265,7 +265,8 @@ many readers as needed).") (home-page "http://www.gnu.org/software/guile-ncurses/") (synopsis "Guile bindings to ncurses") (description - "guile-ncurses provides guile bindings to the ncurses library.") + "guile-ncurses provides Guile language bindings for the ncurses +library.") (license lgpl3+))) (define-public mcron @@ -286,10 +287,10 @@ many readers as needed).") (home-page "http://www.gnu.org/software/mcron/") (synopsis "Run jobs at scheduled times") (description - "Mcron is a complete replacement for Vixie cron. It is used to run + "GNU Mcron is a complete replacement for Vixie cron. It is used to run tasks on a schedule, such as every hour or every Monday. Mcron is written in -Guile, so its configuration can be written in Scheme, however the original -cron format is also supported.") +Guile, so its configuration can be written in Scheme; the original cron +format is also supported.") (license gpl3+))) (define-public guile-lib |