guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 4a249f0ecbe8caa67f89a4f55e49714ef326b2a0
Author: jgart <[email protected]>
AuthorDate: Sun Feb 15 14:33:32 2026 -0500
gnu: sbcl-dnf-client: Update home page url.
* gnu/packages/lisp-xyz.scm (sbcl-dnf-client)[home-page]: Update home page
url.
Change-Id: I55f7ac38e0b51d33141f1e108cca8016f13873a8
---
gnu/packages/lisp-xyz.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 9fc39be69b..1810f8ec48 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -15086,8 +15086,8 @@ Django with a syntax similar to Python Jinja2.")
(origin
(method git-fetch)
(uri (git-reference
- (url "https://codeberg.org/shinmera/dns-client")
- (commit commit)))
+ (url "https://codeberg.org/shinmera/dns-client")
+ (commit commit)))
(file-name (git-file-name "cl-dns-client" version))
(sha256
(base32 "1k3w52k9j9sbj4vh76lxk5944lpljs4ir1765inrd3fdspvxl0fl"))))
@@ -15097,7 +15097,7 @@ Django with a syntax similar to Python Jinja2.")
`(#:tests? #f))
(inputs
(list sbcl-punycode sbcl-documentation-utils sbcl-usocket))
- (home-page "https://shinmera.codeberg.page/dns-client")
+ (home-page "https://shinmera.com/docs/dns-client/")
(synopsis "DNS protocol client for Common Lisp")
(description
"This package provides a pure-lisp implementation of a DNS client. It
can be