mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: nml: Fix a typo.
* gnu/packages/game-development.scm (nml)[description]: Reorder the acronym and its expansion using @dfn. Delete a duplicated word.
This commit is contained in:
parent
c1dfe8c30b
commit
a7cbe727d4
1 changed files with 1 additions and 1 deletions
|
@ -267,7 +267,7 @@ (define-public nml
|
|||
(home-page "http://dev.openttdcoop.org/projects/nml")
|
||||
(synopsis "NML compiler")
|
||||
(description
|
||||
"@dfn{NML} (NewGRF Meta Language) is a a python-based compiler, capable of
|
||||
"@dfn{NewGRF Meta Language} (NML) is a python-based compiler, capable of
|
||||
compiling NML files (along with their associated language, sound and graphic
|
||||
files) into @file{.grf} and/or @file{.nfo} files.")
|
||||
(license license:gpl2+)))
|
||||
|
|
Loading…
Reference in a new issue