diff options
author | Paul A. Patience <paul@apatience.com> | 2022-11-26 17:03:33 +0000 |
---|---|---|
committer | Guillaume Le Vaillant <glv@posteo.net> | 2022-11-28 09:34:01 +0100 |
commit | e6bffa99b19fe01067937a4930f1b107bd0ac398 (patch) | |
tree | 267d4adee70aa8e8d44efe62688a16bdec9ced31 | |
parent | 1a4eb38bdd51e338e91825410836816695ba8dca (diff) | |
download | guix-e6bffa99b19fe01067937a4930f1b107bd0ac398.tar.gz |
gnu: cl-calispel: Fix homepage URL.
* gnu/packages/lisp-xyz.scm (sbcl-calispel)[home-page]: Fix URL. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
-rw-r--r-- | gnu/packages/lisp-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index 1e7e75deba..e3ddc26eac 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -2516,7 +2516,7 @@ clause if no operation becomes available within a set amount of time. Calispel is a message-passing library, and as such leaves the role of threading abstractions and utilities left to be filled by complementary libraries such as Bordeaux-Threads and Eager Future.") - (home-page "https://www.thoughtcrime.us/software/jpl-queues/") + (home-page "https://www.thoughtcrime.us/software/calispel/") (license license:isc)))) (define-public cl-calispel |