gnu: go-github-com-miekg-dns: Fix indentation.

* gnu/packages/golang-xyz (go-github-com-miekg-dns): Fix indentation.

Change-Id: I10f4a9e9e28dd2214e39225a26ec45a0b7f952cf
This commit is contained in:
Sharlatan Hellseher 2024-03-27 22:11:15 +00:00
parent faf948173f
commit d02579c9a1
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -1457,14 +1457,14 @@ the @code{cpan} module @code{Parse::CommandLine}.")
(name "go-github-com-miekg-dns") (name "go-github-com-miekg-dns")
(version "1.1.48") (version "1.1.48")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/miekg/dns") (url "https://github.com/miekg/dns")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "14m4wnbgmc1prj4ds1fsz1nwb1awaq365lhbp8clzsidxmhjf3hl")))) (base32 "14m4wnbgmc1prj4ds1fsz1nwb1awaq365lhbp8clzsidxmhjf3hl"))))
(build-system go-build-system) (build-system go-build-system)
(arguments '(#:import-path "github.com/miekg/dns")) (arguments '(#:import-path "github.com/miekg/dns"))
(propagated-inputs (propagated-inputs
@ -1475,7 +1475,7 @@ the @code{cpan} module @code{Parse::CommandLine}.")
(home-page "https://github.com/miekg/dns") (home-page "https://github.com/miekg/dns")
(synopsis "Domain Name Service library in Go") (synopsis "Domain Name Service library in Go")
(description (description
"This package provides a fully featured interface to the @acronym{DNS, "This package provides a fully featured interface to the @acronym{DNS,
Domain Name System}. Both server and client side programming is supported. Domain Name System}. Both server and client side programming is supported.
The package allows complete control over what is sent out to the @acronym{DNS, The package allows complete control over what is sent out to the @acronym{DNS,
Domain Name Service}. The API follows the less-is-more principle, by Domain Name Service}. The API follows the less-is-more principle, by