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
|
@ -2527,12 +2527,11 @@ comments.")))
|
|||
(home-page "https://www.freecadweb.org/")
|
||||
(synopsis "Your Own 3D Parametric Modeler")
|
||||
(description
|
||||
"FreeCAD is a general purpose feature-based, parametric 3D modeler for
|
||||
CAD, MCAD, CAx, CAE and PLM, aimed directly at mechanical engineering and
|
||||
product design but also fits a wider range of uses in engineering, such as
|
||||
architecture or other engineering specialties. It is 100% Open Source (LGPL2+
|
||||
license) and extremely modular, allowing for very advanced extension and
|
||||
customization.")
|
||||
"FreeCAD is a general-purpose, feature-based, parametric 3D modeler for
|
||||
CAD, MCAD, CAx, CAE, and PLM. It is aimed directly at mechanical engineering
|
||||
and product design but also fits a wider range of uses in engineering, such as
|
||||
architecture or other engineering specialties. It is modular, allowing for
|
||||
extension and customization.")
|
||||
(license
|
||||
(list
|
||||
license:lgpl2.1+
|
||||
|
@ -3355,10 +3354,10 @@ facilitate the communication between Cura and its backend and similar code.")
|
|||
"stb_image.h")))))))
|
||||
(home-page "https://github.com/Ultimaker/CuraEngine")
|
||||
(synopsis "Cura slicing engine")
|
||||
(description "CuraEngine is a powerful, fast and robust engine for
|
||||
processing 3D models into 3D printing instruction for Ultimaker and other
|
||||
GCode based 3D printers. It is part of the larger open source project called
|
||||
Cura.")
|
||||
(description
|
||||
"CuraEngine is an engine for processing 3D models into 3D printing
|
||||
instructions for Ultimaker and other GCode-based 3D printers. It is part of a
|
||||
larger project called Cura.")
|
||||
(license license:agpl3+)))
|
||||
|
||||
(define-public cura-binary-data
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue