diff options
author | jgart | 2022-03-01 17:28:47 -0500 |
---|---|---|
committer | jgart | 2022-03-01 17:28:47 -0500 |
commit | d8f0afea468e3d2a7904d30d187a9efe96311dc3 (patch) | |
tree | 8e180d5f65bc23a0373f3a9f364b77ade4a4a159 /gn | |
parent | 3753132b2abf13fc8132584eea831b8723fd6c42 (diff) | |
download | guix-bioinformatics-d8f0afea468e3d2a7904d30d187a9efe96311dc3.tar.gz |
cl-qc: update home-page and description
Diffstat (limited to 'gn')
-rw-r--r-- | gn/packages/lisp.scm | 10 |
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 |