guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/05: gnu: npiet: Edit description.


From: guix-commits
Subject: 03/05: gnu: npiet: Edit description.
Date: Mon, 9 Nov 2020 14:48:30 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 2f6b0adbe7f942a97e856ecf796428534eebacd0
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Nov 9 13:22:33 2020 +0100

    gnu: npiet: Edit description.
    
    * gnu/packages/piet.scm (npiet)[description]: Capitalise language names
    and use @command{} mark-up.
---
 gnu/packages/piet.scm | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/piet.scm b/gnu/packages/piet.scm
index 451daa6..a09c05d 100644
--- a/gnu/packages/piet.scm
+++ b/gnu/packages/piet.scm
@@ -59,17 +59,17 @@
     (native-inputs `(("groff" ,groff)))
     (synopsis "Piet interpreter")
     (description
-     "Npiet is an interpreter for the piet programming language.  Instead of
-text, piet programs are pictures.  Commands are determined based on changes in
+     "Npiet is an interpreter for the Piet programming language.  Instead of
+text, Piet programs are pictures.  Commands are determined based on changes in
 color.
 
 This package includes:
 @enumerate
-@item npiet, a piet interpreter with debugging capabilities
-@item npiet-foogol, a program that builds a piet program from foogol, an
-algol-like language
-@item npietedit, an editor for the piet programming language
-@end enumerate")
+@item @command{npiet}, a Piet interpreter with debugging capabilities
+@item @command{npiet-foogol}, a program that builds a Piet program from Foogol,
+an Algol-like language
+@item @command{npietedit}, an editor for Piet programs.
+@end enumerate\n")
     (home-page "https://www.bertnase.de/npiet/";)
     (license license:gpl2+)))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]