From a3947cb1b8c471a04abb785b830da661b197aaae Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Fri, 29 Jul 2016 10:13:12 +0200 Subject: gnu: Sync GNU descriptions with upstream. From 'guix lint -c gnu-description'. * gnu/packages/gnunet.scm (gnunet): Adjust description. * gnu/packages/marst.scm (marst): Likewise. * gnu/packages/maths.scm (c-graph): Likewise. * gnu/packages/networking.scm (macchanger): Likewise. --- gnu/packages/marst.scm | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'gnu/packages/marst.scm') diff --git a/gnu/packages/marst.scm b/gnu/packages/marst.scm index 7d4a4f364d..7249cf1823 100644 --- a/gnu/packages/marst.scm +++ b/gnu/packages/marst.scm @@ -37,7 +37,10 @@ (base32 "0l6swjy8fjrqw89ghc1vvakg21jmpfkpsw92yssrzkg3rg8vkrry")))) (build-system gnu-build-system) (home-page "http://www.gnu.org/software/marst") - (synopsis "Algol to C translator") - (description "MARST is an Algol-to-C translator. It automatically translates programs -written on the algorithmic language Algol 60 to the C programming language.") + (synopsis "Algol-to-C translator") + (description + "GNU MARST is an Algol-to-C translator. The package consists of the +translator itself, a library that contains the necessary Algol 60 procedures, +and a converter that converts existing Algol 60 programs from other +representations to the MARST representation.") (license gpl3+))) -- cgit v1.2.3