diff options
| author | jgart <jgart@dismail.de> | 2026-02-15 14:33:32 -0500 |
|---|---|---|
| committer | jgart <jgart@dismail.de> | 2026-02-15 14:36:11 -0500 |
| commit | 4a249f0ecbe8caa67f89a4f55e49714ef326b2a0 (patch) | |
| tree | 2c113e58843fab09ba8548c7424c3b3879502279 /gnu | |
| parent | f4526addbcd753d11576eee15e2459d23bc95c9a (diff) | |
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
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/lisp-xyz.scm | 6 |
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 |
