me
/
guix
Archived
1
0
Fork 0

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>
master
jgart 2023-03-14 16:59:44 -05:00 committed by Andreas Enge
parent a4f6a8a2cf
commit 2c58713241
No known key found for this signature in database
GPG Key ID: F7D5C9BF765C61E3
1 changed files with 2 additions and 2 deletions

View File

@ -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