about summary refs log tree commit diff
diff options
context:
space:
mode:
authorjgart2022-03-01 17:28:47 -0500
committerjgart2022-03-01 17:28:47 -0500
commitd8f0afea468e3d2a7904d30d187a9efe96311dc3 (patch)
tree8e180d5f65bc23a0373f3a9f364b77ade4a4a159
parent3753132b2abf13fc8132584eea831b8723fd6c42 (diff)
downloadguix-bioinformatics-d8f0afea468e3d2a7904d30d187a9efe96311dc3.tar.gz
cl-qc: update home-page and description
-rw-r--r--gn/packages/lisp.scm10
1 files changed, 5 insertions, 5 deletions
diff --git a/gn/packages/lisp.scm b/gn/packages/lisp.scm
index e7ee1a2..94a3d9e 100644
--- a/gn/packages/lisp.scm
+++ b/gn/packages/lisp.scm
@@ -277,7 +277,7 @@ generators.")
         (origin
           (method git-fetch)
           (uri (git-reference
-                (url "https://git.genenetwork.org/jgart/cl-qc")
+                (url "https://git.genenetwork.org/jgart/qc")
                 (commit commit)))
           (sha256
            (base32 "0dlaxdzrpagn18jxy3kzzf1bwn55prdjpzw256hnjbvmnx5w5fd7"))
@@ -290,11 +290,11 @@ generators.")
       (inputs
         (list sbcl-alexandria
               sbcl-split-sequence))
-      (home-page "https://gitlab.common-lisp.net/frideau/qc")
-      (synopsis "Quality control of delimited data")
+      (home-page "https://git.genenetwork.org/jgart/qc/")
+      (synopsis "Quality control of delimited files")
       (description
-"@code{cl-qc} is a Common Lisp library for linting about the following
-in delimited text files:
+"@code{cl-qc} is a Common Lisp library for linting the following in
+delimited text files:
 @itemize
 @item Whitespace
 @item Floating-point number well-formedness