Archived
1
0
Fork 0

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>
This commit is contained in:
Sharlatan Hellseher 2023-11-07 00:57:54 +00:00 committed by Guillaume Le Vaillant
parent 67c1d628b3
commit 885bf3b10d
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -19492,7 +19492,7 @@ immediately loaded.")
(origin (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/gwkkwg/cl-mathstats") (url "https://github.com/hraban/cl-mathstats")
(commit commit))) (commit commit)))
(file-name (git-file-name "cl-mathstats" version)) (file-name (git-file-name "cl-mathstats" version))
(sha256 (sha256
@ -19502,7 +19502,7 @@ immediately loaded.")
(list sbcl-lift)) (list sbcl-lift))
(inputs (inputs
(list sbcl-cl-containers sbcl-metatilities-base)) (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") (synopsis "Common Lisp collection of mathematical routines")
(description (description
"This package provides Common Lisp math and statistics routines.") "This package provides Common Lisp math and statistics routines.")