mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: go-github-com-multiformats-go-multiaddr: Fix indentation.
* gnu/packages/golang-web.scm (go-github-com-multiformats-go-multiaddr): Fix indentation. [description]: Remove trailing \n. Change-Id: I7d587a62f657b6623beb9deeafe6ed963aa72111
This commit is contained in:
parent
54935b4de9
commit
837841ed66
1 changed files with 24 additions and 24 deletions
|
@ -1308,28 +1308,28 @@ (define-public go-github-com-microcosm-cc-bluemonday
|
|||
(license license:bsd-3)))
|
||||
|
||||
(define-public go-github-com-multiformats-go-multiaddr
|
||||
(package
|
||||
(name "go-github-com-multiformats-go-multiaddr")
|
||||
(version "0.1.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/multiformats/go-multiaddr")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0cdzlzh7cb1pj9mhq45va3r6gs6pcdfa9j7vdrqlv3zd6k3bxg39"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:import-path "github.com/multiformats/go-multiaddr"))
|
||||
(propagated-inputs
|
||||
(list go-github-com-multiformats-go-multihash))
|
||||
(home-page "https://github.com/multiformats/go-multiaddr")
|
||||
(synopsis "Composable and future-proof network addresses")
|
||||
(description
|
||||
"Multiaddr is a standard way to represent addresses that does the
|
||||
(package
|
||||
(name "go-github-com-multiformats-go-multiaddr")
|
||||
(version "0.1.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/multiformats/go-multiaddr")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0cdzlzh7cb1pj9mhq45va3r6gs6pcdfa9j7vdrqlv3zd6k3bxg39"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:import-path "github.com/multiformats/go-multiaddr"))
|
||||
(propagated-inputs
|
||||
(list go-github-com-multiformats-go-multihash))
|
||||
(home-page "https://github.com/multiformats/go-multiaddr")
|
||||
(synopsis "Composable and future-proof network addresses")
|
||||
(description
|
||||
"Multiaddr is a standard way to represent addresses that does the
|
||||
following:
|
||||
|
||||
@itemize
|
||||
|
@ -1338,8 +1338,8 @@ (define-public go-github-com-multiformats-go-multiaddr
|
|||
@item Have a binary packed format.
|
||||
@item Have a nice string representation.
|
||||
@item Encapsulate well.
|
||||
@end itemize\n")
|
||||
(license license:expat)))
|
||||
@end itemize")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public go-github-com-multiformats-go-multiaddr-net
|
||||
;; This commit is from <2018-10-01> and associated with GX package manager,
|
||||
|
|
Loading…
Reference in a new issue