me
/
guix
Archived
1
0
Fork 0

gnu: go-github-com-ccding-go-stun: Adjust indentation.

* gnu/packages/golang-web.scm (go-github-com-ccding-go-stun): Adjust
indentation.

Change-Id: I1f44af1a95fb31d8078030b2fd2a6a8075e7cd69
master
Sharlatan Hellseher 2024-06-27 00:18:32 +01:00
parent 4860bf4757
commit 9882215279
No known key found for this signature in database
GPG Key ID: 76D727BFF62CD2B5
1 changed files with 21 additions and 21 deletions

View File

@ -523,28 +523,28 @@ Manager,NTLM}/Negotiate authentication over HTTP.")
(license license:expat))) (license license:expat)))
(define-public go-github-com-ccding-go-stun (define-public go-github-com-ccding-go-stun
(package (package
(name "go-github-com-ccding-go-stun") (name "go-github-com-ccding-go-stun")
(version "0.1.4") (version "0.1.4")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/ccding/go-stun") (url "https://github.com/ccding/go-stun")
(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 "0wjhckyg42kp04njhj7gni84cyk0s7m17n13kqf6r7mjzx8a83pw")))) (base32 "0wjhckyg42kp04njhj7gni84cyk0s7m17n13kqf6r7mjzx8a83pw"))))
(build-system go-build-system) (build-system go-build-system)
(arguments (arguments
(list (list
#:import-path "github.com/ccding/go-stun")) #:import-path "github.com/ccding/go-stun"))
(home-page "https://github.com/ccding/go-stun") (home-page "https://github.com/ccding/go-stun")
(synopsis "STUN client implementation") (synopsis "STUN client implementation")
(description (description
"Go-stun is a go implementation of the STUN client (RFC 3489 "Go-stun is a go implementation of the STUN client (RFC 3489
and RFC 5389).") and RFC 5389).")
(license license:asl2.0))) (license license:asl2.0)))
(define-public go-github-com-cenkalti-backoff-v4 (define-public go-github-com-cenkalti-backoff-v4
(package (package