diff mbox series

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

Message ID 20221126170324.166089-1-paul@apatience.com
State New
Headers show
Series [bug#59614] gnu: cl-calispel: Fix homepage URL. | expand

Commit Message

Paul A. Patience Nov. 26, 2022, 5:03 p.m. UTC
* gnu/packages/lisp-xyz.scm (sbcl-calispel)[home-page]: Fix URL.
---
 gnu/packages/lisp-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--
2.38.0

Comments

Guillaume Le Vaillant Nov. 28, 2022, 8:36 a.m. UTC | #1
Patch pushed as e6bffa99b19fe01067937a4930f1b107bd0ac398.
Thanks.
diff mbox series

Patch

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