[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
21/25: gnu: go-github-com-ccding-go-stun: Adjust indentation.
From: |
guix-commits |
Subject: |
21/25: gnu: go-github-com-ccding-go-stun: Adjust indentation. |
Date: |
Wed, 26 Jun 2024 19:38:43 -0400 (EDT) |
sharlatan pushed a commit to branch master
in repository guix.
commit 98822152796b3eedcd1abec4db5cfbfeaf478a18
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Thu Jun 27 00:18:32 2024 +0100
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
---
gnu/packages/golang-web.scm | 42 +++++++++++++++++++++---------------------
1 file changed, 21 insertions(+), 21 deletions(-)
diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index c776191c74..90d7323e21 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -523,28 +523,28 @@ Manager,NTLM}/Negotiate authentication over HTTP.")
(license license:expat)))
(define-public go-github-com-ccding-go-stun
- (package
- (name "go-github-com-ccding-go-stun")
- (version "0.1.4")
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/ccding/go-stun")
- (commit (string-append "v" version))))
- (file-name (git-file-name name version))
- (sha256
- (base32 "0wjhckyg42kp04njhj7gni84cyk0s7m17n13kqf6r7mjzx8a83pw"))))
- (build-system go-build-system)
- (arguments
- (list
- #:import-path "github.com/ccding/go-stun"))
- (home-page "https://github.com/ccding/go-stun")
- (synopsis "STUN client implementation")
- (description
- "Go-stun is a go implementation of the STUN client (RFC 3489
+ (package
+ (name "go-github-com-ccding-go-stun")
+ (version "0.1.4")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/ccding/go-stun")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0wjhckyg42kp04njhj7gni84cyk0s7m17n13kqf6r7mjzx8a83pw"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:import-path "github.com/ccding/go-stun"))
+ (home-page "https://github.com/ccding/go-stun")
+ (synopsis "STUN client implementation")
+ (description
+ "Go-stun is a go implementation of the STUN client (RFC 3489
and RFC 5389).")
- (license license:asl2.0)))
+ (license license:asl2.0)))
(define-public go-github-com-cenkalti-backoff-v4
(package
- branch master updated (bd908af0c6 -> 1a34b9b725), guix-commits, 2024/06/26
- 02/25: gnu: go-github-com-sasha-s-go-deadlock: Move to golang-check., guix-commits, 2024/06/26
- 03/25: gnu: go-github-com-petermattis-goid: Update to 0.0.0-2.bb94eb5., guix-commits, 2024/06/26
- 06/25: gnu: go-github-com-audriusbutkevicius-pfilter: Move to golang-web., guix-commits, 2024/06/26
- 08/25: gnu: go-github-com-audriusbutkevicius-recli: Move to golang-xyz., guix-commits, 2024/06/26
- 07/25: gnu: go-github-com-audriusbutkevicius-pfilter: Update to 0.0.11., guix-commits, 2024/06/26
- 05/25: gnu: Remove go-github-com-bkaradzic-go-lz4., guix-commits, 2024/06/26
- 11/25: gnu: go-github-com-azure-go-ntlmssp: Update to 0.0.0-20221128193559-754e69321358., guix-commits, 2024/06/26
- 19/25: gnu: go-github-com-ccding-go-stun: Move to golang-web., guix-commits, 2024/06/26
- 25/25: gnu: go-github-com-gorilla-csrf: Update to 1.7.2., guix-commits, 2024/06/26
- 21/25: gnu: go-github-com-ccding-go-stun: Adjust indentation.,
guix-commits <=
- 24/25: gnu: go-github-com-gorilla-csrf: Adjust package style., guix-commits, 2024/06/26
- 12/25: gnu: go-github-com-azure-go-ntlmssp: Improve description., guix-commits, 2024/06/26
- 01/25: gnu: go-github-com-petermattis-goid: Move to golang-check., guix-commits, 2024/06/26
- 18/25: gnu: go-github-com-go-ldap-ldap: Enable tests., guix-commits, 2024/06/26
- 20/25: gnu: go-github-com-ccding-go-stun: Update to 0.1.4., guix-commits, 2024/06/26
- 22/25: gnu: go-github-com-jackpal-gateway: Move to golang-web., guix-commits, 2024/06/26
- 09/25: gnu: go-github-com-audriusbutkevicius-recli: Update to 0.0.6., guix-commits, 2024/06/26
- 10/25: gnu: go-github-com-azure-go-ntlmssp: Move to golang-web., guix-commits, 2024/06/26
- 13/25: gnu: go-github-com-go-asn1-ber-asn1-ber: Move to golang-crypto., guix-commits, 2024/06/26
- 14/25: gnu: go-github-com-go-asn1-ber-asn1-ber: Update to 1.5.7., guix-commits, 2024/06/26