diff options
Diffstat (limited to 'gnu/packages/gprolog.scm')
-rw-r--r-- | gnu/packages/gprolog.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/gprolog.scm b/gnu/packages/gprolog.scm index ad887cccaa..de323da57c 100644 --- a/gnu/packages/gprolog.scm +++ b/gnu/packages/gprolog.scm @@ -50,6 +50,6 @@ (description "GNU Prolog is a standards-compliant Prolog compiler with constraint solving over finite domains. It accepts Prolog+ constraint programs and -produces a compiled, native binary which can function in a stand- alone +produces a compiled, native binary which can function in a stand-alone manner. It also features an interactive interpreter.") (license (list gpl2+ lgpl3+)))) |