mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 12:09:15 -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")
|
(home-page "http://dev.openttdcoop.org/projects/nml")
|
||||||
(synopsis "NML compiler")
|
(synopsis "NML compiler")
|
||||||
(description
|
(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
|
compiling NML files (along with their associated language, sound and graphic
|
||||||
files) into @file{.grf} and/or @file{.nfo} files.")
|
files) into @file{.grf} and/or @file{.nfo} files.")
|
||||||
(license license:gpl2+)))
|
(license license:gpl2+)))
|
||||||
|
|
Loading…
Reference in a new issue