glv pushed a commit to branch master
in repository guix.

commit e6bffa99b19fe01067937a4930f1b107bd0ac398
Author: Paul A. Patience <[email protected]>
AuthorDate: Sat Nov 26 17:03:33 2022 +0000

    gnu: cl-calispel: Fix homepage URL.
    
    * gnu/packages/lisp-xyz.scm (sbcl-calispel)[home-page]: Fix URL.
    
    Signed-off-by: Guillaume Le Vaillant <[email protected]>
---
 gnu/packages/lisp-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

Reply via email to