guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: sbcl-mcclim: Update project urls.


From: guix-commits
Subject: branch master updated: gnu: sbcl-mcclim: Update project urls.
Date: Wed, 15 Mar 2023 10:47:18 -0400

This is an automated email from the git hooks/post-receive script.

andreas pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 2c58713241 gnu: sbcl-mcclim: Update project urls.
2c58713241 is described below

commit 2c58713241b12e0302fb84b20432d11c4bc5790e
Author: jgart <jgart@dismail.de>
AuthorDate: Tue Mar 14 16:59:44 2023 -0500

    gnu: sbcl-mcclim: Update project urls.
    
    * gnu/packages/lisp-xyz.scm (sbcl-mcclim)[source]: Update source url.
    [home-page]: Update project home page.
    
    Signed-off-by: Andreas Enge <andreas@enge.fr>
---
 gnu/packages/lisp-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 8c87f25a84..5ed9005fb7 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -14165,7 +14165,7 @@ functions.")
        (origin
          (method git-fetch)
          (uri (git-reference
-               (url "https://github.com/mcclim/mcclim";)
+               (url "https://codeberg.org/McCLIM/McCLIM";)
                (commit commit)))
          (file-name (git-file-name "cl-mcclim" version))
          (sha256
@@ -14215,7 +14215,7 @@ functions.")
                (substitute* "Extensions/harfbuzz/src/functions.lisp"
                  (("libharfbuzz\\.so")
                   (search-input-file inputs "/lib/libharfbuzz.so"))))))))
-      (home-page "https://common-lisp.net/project/mcclim/";)
+      (home-page "https://mcclim.common-lisp.dev/";)
       (synopsis "Common Lisp GUI toolkit")
       (description
        "McCLIM is an implementation of the @emph{Common Lisp Interface Manager



reply via email to

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