3
4
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: npiet: Edit description.

* gnu/packages/piet.scm (npiet)[description]: Capitalise language names
and use @command{} mark-up.
This commit is contained in:
Tobias Geerinckx-Rice 2020-11-09 13:22:33 +01:00
parent 30be89635e
commit 2f6b0adbe7
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -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+)))