summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuel Medernach <Emmanuel.Medernach@iphc.cnrs.fr>2025-01-17 09:35:52 +0000
committerRomain GARBAGE <romain.garbage@inria.fr>2025-01-17 14:01:24 +0100
commit2c85b478a19029ac19f40b26088abc7fde075f29 (patch)
tree67412c8ff684e05d3bcbb9e8744a2e437149aed1
parent6a2f8ac713fc80bd712d82e2cad56390f98b4a09 (diff)
davix: Cosmetic changes.
* guix-science/packages/physics.scm (davix) [description]: Remove multiple spaces in description string. Signed-off-by: Romain Garbage <romain.garbage@inria.fr>
-rw-r--r--guix-science/packages/physics.scm14
1 files changed, 5 insertions, 9 deletions
diff --git a/guix-science/packages/physics.scm b/guix-science/packages/physics.scm
index c1f2574..dfc8ad2 100644
--- a/guix-science/packages/physics.scm
+++ b/guix-science/packages/physics.scm
@@ -74,9 +74,6 @@ package.")
74 74
75(define-public clhep clhep-2.4.7.1) 75(define-public clhep clhep-2.4.7.1)
76 76
77;;
78;; Davix
79;;
80(define-public davix 77(define-public davix
81 (package 78 (package
82 (name "davix") 79 (name "davix")
@@ -105,10 +102,9 @@ package.")
105 (home-page "https://davix.web.cern.ch/") 102 (home-page "https://davix.web.cern.ch/")
106 (synopsis "Manage files over HTTP-based protocols") 103 (synopsis "Manage files over HTTP-based protocols")
107 (description 104 (description
108 "Davix aims to make the task of managing files over 105 "Davix aims to make the task of managing files
109HTTP-based protocols simple. It is being developed by the 106overHTTP-based protocols simple. It is being developed by
110IT-SDC-ID section at CERN, and while the project’s purpose 107the IT-SDC-ID section at CERN, and while the project’s
111is its use on the CERN grid, the functionality offered is 108purpose is its use on the CERN grid, the functionality
112generic.") 109offered is generic.")
113 (license license:lgpl2.1+))) 110 (license license:lgpl2.1+)))
114