mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-17 04:20:44 +02:00
gnu: go-github-com-ccding-go-stun: Move to golang-web.
* gnu/packages/syncthing.scm (go-github-com-ccding-go-stun): Move from here ... * gnu/packages/golang-web.scm: ... to here. Change-Id: I0713418f7d0b00d3aa7ab4289765556e68b8246d
This commit is contained in:
parent
8db567d19d
commit
255b093107
2 changed files with 26 additions and 25 deletions
|
@ -522,6 +522,32 @@ Manager,NTLM}/Negotiate authentication over HTTP.")
|
||||||
"This package provides SCSS compiler support for Go applications.")
|
"This package provides SCSS compiler support for Go applications.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public go-github-com-ccding-go-stun
|
||||||
|
(let ((commit "be486d185f3dfcb2dbf8429332da50a0da7f95a6")
|
||||||
|
(revision "2"))
|
||||||
|
(package
|
||||||
|
(name "go-github-com-ccding-go-stun")
|
||||||
|
(version (git-version "0.0.0" revision commit))
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/ccding/go-stun")
|
||||||
|
(commit commit)))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "1gr0rw1c1y7wh6913lyn5k4ig023by27i36bly6am8dwgrgp34ww"))))
|
||||||
|
(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))))
|
||||||
|
|
||||||
(define-public go-github-com-cenkalti-backoff-v4
|
(define-public go-github-com-cenkalti-backoff-v4
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-cenkalti-backoff-v4")
|
(name "go-github-com-cenkalti-backoff-v4")
|
||||||
|
|
|
@ -514,28 +514,3 @@ message streaming.")
|
||||||
quoting, commenting, and escaping.")
|
quoting, commenting, and escaping.")
|
||||||
(home-page "https://github.com/flynn-archive/go-shlex")
|
(home-page "https://github.com/flynn-archive/go-shlex")
|
||||||
(license asl2.0))))
|
(license asl2.0))))
|
||||||
|
|
||||||
(define-public go-github-com-ccding-go-stun
|
|
||||||
(let ((commit "be486d185f3dfcb2dbf8429332da50a0da7f95a6")
|
|
||||||
(revision "2"))
|
|
||||||
(package
|
|
||||||
(name "go-github-com-ccding-go-stun")
|
|
||||||
(version (git-version "0.0.0" revision commit))
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method git-fetch)
|
|
||||||
(uri (git-reference
|
|
||||||
(url "https://github.com/ccding/go-stun")
|
|
||||||
(commit commit)))
|
|
||||||
(file-name (git-file-name name version))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"1gr0rw1c1y7wh6913lyn5k4ig023by27i36bly6am8dwgrgp34ww"))))
|
|
||||||
(build-system go-build-system)
|
|
||||||
(arguments
|
|
||||||
'(#:import-path "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).")
|
|
||||||
(home-page "https://github.com/ccding/go-stun")
|
|
||||||
(license asl2.0))))
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue