mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Remove ‘open source’ from package descriptions.
Also do some (trivial) editing where appropriate. * gnu/packages/bioconductor.scm (r-anaquin, r-rcppnumerical) [description]: Remove superfluous ‘open source’. * gnu/packages/debian.scm (apt-mirror)[description]: Likewise. Add @acronym{}. Drop obscure Ubuntu for famous Trisquel. Reorder. * gnu/packages/documentation.scm (scrollkeeper)[description]: Remove superfluous ‘open systems’. Keep ‘Open Source’ in standard name. * gnu/packages/engineering.scm (freecad, cura-engine)[description]: Remove superfluous ‘open source’ and excessive puffery. * gnu/packages/firmware.scm (make-opensbi-package) [synopsis]: Remove ‘Open Source’. Use @acronym{}. [description]: Fix first sentence to follow guidelines. Use @acronym{}. * gnu/packages/game-development.scm (ioquake3, recastnavigation): [description]: Remove ‘open source’. * gnu/packages/graphics.scm (skia)[description]: Likewise. * gnu/packages/lisp-xyz.scm (sbcl-s-sysdeps)[description]: Likewise. * gnu/packages/machine-learning.scm (onnx)[description]: Likewise. Use @acronym{}. * gnu/packages/ocaml.scm (ocaml-cudf)[description]: Likewise.
This commit is contained in:
parent
078d880f8f
commit
5a9c2abf9e
10 changed files with 42 additions and 42 deletions
|
@ -608,9 +608,9 @@ for day to day programming.")
|
|||
(native-inputs (list ocaml-ounit2))
|
||||
(home-page "https://www.mancoosi.org/cudf/")
|
||||
(synopsis "CUDF library (part of the Mancoosi tools)")
|
||||
(description "CUDF (for Common Upgradeability Description Format) is a
|
||||
format for describing upgrade scenarios in package-based Free and Open Source
|
||||
Software distribution.")
|
||||
(description
|
||||
"@acronym{CUDF, Common Upgradeability Description Format} is a format for
|
||||
describing upgrade scenarios in package-based software distributions.")
|
||||
;; With static-linking exception
|
||||
(license license:lgpl2.1+)))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue