guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#59614] [PATCH] gnu: cl-calispel: Fix homepage URL.


From: Paul A. Patience
Subject: [bug#59614] [PATCH] gnu: cl-calispel: Fix homepage URL.
Date: Sat, 26 Nov 2022 17:03:33 +0000

* gnu/packages/lisp-xyz.scm (sbcl-calispel)[home-page]: Fix URL.
---
 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 dcead16cbc..c0a5436958 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -2409,7 +2409,7 @@ (define-public sbcl-calispel
 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
--
2.38.0







reply via email to

[Prev in Thread] Current Thread [Next in Thread]