diff options
| author | Efraim Flashner <efraim@flashner.co.il> | 2022-10-14 07:46:07 +0300 | 
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2022-10-14 07:46:07 +0300 | 
| commit | 2b7d89bed69df45a6772daa1ff63c5b91cfba7a2 (patch) | |
| tree | 3880d5e519f4c00627a4a45b40c643982856cad9 /gnu/packages/cobol.scm | |
| parent | b3fbd25fecae948d6328b7561e0c4af6a42838e5 (diff) | |
gnu: gnucobol: Update description.
* gnu/packages/cobol.scm (gnucobol)[description]: Use upstream's
description.
Diffstat (limited to 'gnu/packages/cobol.scm')
| -rw-r--r-- | gnu/packages/cobol.scm | 11 | 
1 files changed, 5 insertions, 6 deletions
| diff --git a/gnu/packages/cobol.scm b/gnu/packages/cobol.scm index c1699b7e3a..296a9880a6 100644 --- a/gnu/packages/cobol.scm +++ b/gnu/packages/cobol.scm @@ -72,10 +72,9 @@      (build-system gnu-build-system)      (home-page "https://www.gnu.org/software/gnucobol/")      (synopsis "Modern COBOL compiler") -    (description "GnuCOBOL is a free, modern COBOL compiler.  GnuCOBOL -implements a substantial part of the COBOL 85, COBOL 2002 and COBOL 2014 -standards and X/Open COBOL, as well as many extensions included in other -COBOL compilers (IBM COBOL, MicroFocus COBOL, ACUCOBOL-GT and others). -GnuCOBOL translates COBOL into C and compiles the translated code using -a native C compiler.") +    (description +     "GnuCOBOL is a free, modern COBOL compiler.  It implements a substantial +part of COBOL 85, X/Open COBOL and newer ISO COBOL standards as well as many +extensions from other COBOL compilers (IBM COBOL, MicroFocus COBOL, ACUCOBOL-GT +and others).")      (license gpl3+))) | 
