diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-09 13:22:33 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-09 20:47:50 +0100 |
commit | 2f6b0adbe7f942a97e856ecf796428534eebacd0 (patch) | |
tree | 858cf07bd3fe1d7db90c96bcc9021bbd8fe80433 /gnu/packages/piet.scm | |
parent | 30be89635ea9c0b2a1deaf1d50fb0fcafc7a7bb7 (diff) | |
download | guix-2f6b0adbe7f942a97e856ecf796428534eebacd0.tar.gz |
gnu: npiet: Edit description.
* gnu/packages/piet.scm (npiet)[description]: Capitalise language names and use @command{} mark-up.
Diffstat (limited to 'gnu/packages/piet.scm')
-rw-r--r-- | gnu/packages/piet.scm | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/gnu/packages/piet.scm b/gnu/packages/piet.scm index 451daa6c61..a09c05d990 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+))) |