mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Fix grammar of various package descriptions.
Adjust patterns where "allows to X" to use "allows Xing" or similar forms. * gnu/packages/build-tools.scm (potato-make): Use "Allows Xing" form. * gnu/packages/image.scm (pngcheck): Likewise. * gnu/packages/qt.scm (kddockwidgets): Likewise. * gnu/packages/tex.scm (texlive-biblatex-shortfields): Use "Allow Xing" form. (texlive-drawmatrix): Likewise. (texlive-mathsemantics): Use "allow Y Xing" form. (texlive-xlop): Use "allow Xing" form. (texlive-texlogfilter): Likewise.
This commit is contained in:
parent
28e08024ff
commit
9eedd1f31d
4 changed files with 8 additions and 8 deletions
|
@ -1063,6 +1063,6 @@ with GNU make.")
|
|||
(description
|
||||
"Potato Make is a Scheme library that aims to simplify the task of
|
||||
maintaining, updating, and regenerating programs. It is inspired by
|
||||
the POSIX make utility and allows to write a build script in Guile
|
||||
the POSIX make utility and allows writing a build script in Guile
|
||||
Scheme.")
|
||||
(license license:expat))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue