mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-26 02:51:49 +02:00
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
This commit is contained in:
@@ -15086,8 +15086,8 @@ Django with a syntax similar to Python Jinja2.")
|
|||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://codeberg.org/shinmera/dns-client")
|
(url "https://codeberg.org/shinmera/dns-client")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(file-name (git-file-name "cl-dns-client" version))
|
(file-name (git-file-name "cl-dns-client" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1k3w52k9j9sbj4vh76lxk5944lpljs4ir1765inrd3fdspvxl0fl"))))
|
(base32 "1k3w52k9j9sbj4vh76lxk5944lpljs4ir1765inrd3fdspvxl0fl"))))
|
||||||
@@ -15097,7 +15097,7 @@ Django with a syntax similar to Python Jinja2.")
|
|||||||
`(#:tests? #f))
|
`(#:tests? #f))
|
||||||
(inputs
|
(inputs
|
||||||
(list sbcl-punycode sbcl-documentation-utils sbcl-usocket))
|
(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")
|
(synopsis "DNS protocol client for Common Lisp")
|
||||||
(description
|
(description
|
||||||
"This package provides a pure-lisp implementation of a DNS client. It can be
|
"This package provides a pure-lisp implementation of a DNS client. It can be
|
||||||
|
|||||||
Reference in New Issue
Block a user