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
|
@ -2091,8 +2091,8 @@ canonical cancer pathways.")
|
|||
(description
|
||||
"The project is intended to support the use of @dfn{sequins}(synthetic
|
||||
sequencing spike-in controls) owned and made available by the Garvan Institute
|
||||
of Medical Research. The goal is to provide a standard open source library for
|
||||
quantitative analysis, modelling and visualization of spike-in controls.")
|
||||
of Medical Research. The goal is to provide a standard library for quantitative
|
||||
analysis, modelling, and visualization of spike-in controls.")
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define-public r-aneufinder
|
||||
|
@ -6542,9 +6542,10 @@ problems in genomics, brain imaging, astrophysics, and data mining.")
|
|||
`(("r-knitr" ,r-knitr)))
|
||||
(home-page "https://github.com/yixuan/RcppNumerical")
|
||||
(synopsis "Rcpp integration for numerical computing libraries")
|
||||
(description "This package provides a collection of open source libraries
|
||||
for numerical computing (numerical integration, optimization, etc.) and their
|
||||
integration with @code{Rcpp}.")
|
||||
(description
|
||||
"This package provides a collection of libraries for numerical computing
|
||||
(numerical integration, optimization, etc.) and their integration with
|
||||
@code{Rcpp}.")
|
||||
(license license:gpl2+)))
|
||||
|
||||
(define-public r-apeglm
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue