[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
15/17: gnu: go-github-com-miekg-dns: Fix indentation.
From: |
guix-commits |
Subject: |
15/17: gnu: go-github-com-miekg-dns: Fix indentation. |
Date: |
Wed, 27 Mar 2024 19:09:29 -0400 (EDT) |
sharlatan pushed a commit to branch master
in repository guix.
commit d02579c9a18db991e2c1b2a2a2132f1bde3e5797
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Wed Mar 27 22:11:15 2024 +0000
gnu: go-github-com-miekg-dns: Fix indentation.
* gnu/packages/golang-xyz (go-github-com-miekg-dns): Fix indentation.
Change-Id: I10f4a9e9e28dd2214e39225a26ec45a0b7f952cf
---
gnu/packages/golang-xyz.scm | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 486ed9bab2..7418068795 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -1457,14 +1457,14 @@ the @code{cpan} module @code{Parse::CommandLine}.")
(name "go-github-com-miekg-dns")
(version "1.1.48")
(source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/miekg/dns")
- (commit (string-append "v" version))))
- (file-name (git-file-name name version))
- (sha256
- (base32 "14m4wnbgmc1prj4ds1fsz1nwb1awaq365lhbp8clzsidxmhjf3hl"))))
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/miekg/dns")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "14m4wnbgmc1prj4ds1fsz1nwb1awaq365lhbp8clzsidxmhjf3hl"))))
(build-system go-build-system)
(arguments '(#:import-path "github.com/miekg/dns"))
(propagated-inputs
@@ -1475,7 +1475,7 @@ the @code{cpan} module @code{Parse::CommandLine}.")
(home-page "https://github.com/miekg/dns")
(synopsis "Domain Name Service library in Go")
(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.
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
- 01/17: gnu: go-github-com-kballard-go-shellquote: Move to golang-xyz., (continued)
- 01/17: gnu: go-github-com-kballard-go-shellquote: Move to golang-xyz., guix-commits, 2024/03/27
- 04/17: gnu: go-github-com-alecthomas-units: Move to golang-xyz., guix-commits, 2024/03/27
- 08/17: gnu: Add go-github-com-alecthomas-kingpin-v2., guix-commits, 2024/03/27
- 09/17: gnu: Add go-gopkg-in-alecthomas-kingpin-v2., guix-commits, 2024/03/27
- 17/17: gnu: go-github-com-nbrownus-go-metrics-prometheus: Adjust inputs., guix-commits, 2024/03/27
- 05/17: gnu: clipman: Fix source and home-page URL., guix-commits, 2024/03/27
- 13/17: gnu: go-github-com-anmitsu-go-shlex: Fix indentation., guix-commits, 2024/03/27
- 12/17: gnu: clipman: Refresh package style., guix-commits, 2024/03/27
- 10/17: gnu: go-github-com-alecthomas-kingpin: Adjust inputs., guix-commits, 2024/03/27
- 14/17: gnu: go-github-com-cyberdelia-go-metrics-graphite: Fix indentation., guix-commits, 2024/03/27
- 15/17: gnu: go-github-com-miekg-dns: Fix indentation.,
guix-commits <=
- 16/17: gnu: go-github-com-nbrownus-go-metrics-prometheus: Fix indentation., guix-commits, 2024/03/27
- 07/17: gnu: Add go-github-com-xhit-go-str2duration-v2., guix-commits, 2024/03/27
- 06/17: gnu: clipman: Update to 1.6.2., guix-commits, 2024/03/27
- 11/17: gnu: clipman: Simplify package., guix-commits, 2024/03/27