aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/lisp-xyz.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2023-11-07 00:57:54 +0000
committerGuillaume Le Vaillant <glv@posteo.net>2023-11-09 14:24:31 +0100
commit885bf3b10d47bfdab17a0fdaed5b28fb847d707a (patch)
treefea1ff2baaf9a4183419253aa7d6e26871d383a2 /gnu/packages/lisp-xyz.scm
parent67c1d628b3600f84d17d124f9a7a0c6f919b1302 (diff)
downloadguix-885bf3b10d47bfdab17a0fdaed5b28fb847d707a.tar
guix-885bf3b10d47bfdab17a0fdaed5b28fb847d707a.tar.gz
gnu: cl-mathstats: Update source URL.
* gnu/packages/lisp-xyz.scm (sbcl-cl-mathstats): [source]: Update URL as maintainer and owner of repository was changed. [home-page]: As above. Change-Id: Ib53afc5fac19e79837ff84e1f3b328c31027abbe Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
Diffstat (limited to 'gnu/packages/lisp-xyz.scm')
-rw-r--r--gnu/packages/lisp-xyz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index f13eea5c1d..9209ed2426 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -19492,7 +19492,7 @@ immediately loaded.")
(origin
(method git-fetch)
(uri (git-reference
- (url "https://github.com/gwkkwg/cl-mathstats")
+ (url "https://github.com/hraban/cl-mathstats")
(commit commit)))
(file-name (git-file-name "cl-mathstats" version))
(sha256
@@ -19502,7 +19502,7 @@ immediately loaded.")
(list sbcl-lift))
(inputs
(list sbcl-cl-containers sbcl-metatilities-base))
- (home-page "https://github.com/gwkkwg/cl-mathstats")
+ (home-page "https://github.com/hraban/cl-mathstats")
(synopsis "Common Lisp collection of mathematical routines")
(description
"This package provides Common Lisp math and statistics routines.")