~ruther/guix-local

885bf3b10d47bfdab17a0fdaed5b28fb847d707a — Sharlatan Hellseher 2 years ago 67c1d62
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>
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/lisp-xyz.scm
M gnu/packages/lisp-xyz.scm => gnu/packages/lisp-xyz.scm +2 -2
@@ 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.")