summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/lisp-xyz.scm6
1 files 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