mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-11 23:50:33 +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
|
||||
(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
|
||||
|
||||
Reference in New Issue
Block a user