1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-16 20:10:39 +02:00

gnu: go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-webtunnel: Move to golang-web.

* gnu/packages/golang.scm (go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-webtunnel): Move from here ...
* gnu/packages/golang-web.scm: ... to here.

Change-Id: I20584072a46eb9d1d818c0c82794a717dc6d79ab
This commit is contained in:
Sharlatan Hellseher 2025-01-11 22:10:08 +00:00
parent 8054e80da2
commit 27ed8dc7fe
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5
2 changed files with 26 additions and 25 deletions

View file

@ -1675,31 +1675,6 @@ translated keywords and acts.")
incorporates ideas and concepts from Philipp Winter's ScrambleSuit protocol.")
(license (list license:bsd-2 license:bsd-3))))
(define-public go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-webtunnel
(package
(name "go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-webtunnel")
(version "0.0.0-20240711104640-e64b1b3562f3")
(source
(origin
(method git-fetch)
(uri
(git-reference
(url "https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/webtunnel")
(commit (go-version->git-ref version))))
(file-name (git-file-name name version))
(sha256
(base32 "0nvd0qp1mdy7w32arnkhghxm5k2g6gy33cxlarxc6vdm4yh6v5nv"))))
(build-system go-build-system)
(arguments
`(#:import-path "gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/webtunnel"))
(propagated-inputs
(list go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-goptlib))
(home-page "https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/webtunnel")
(synopsis "Go WebTunnel Pluggable Transport")
(description "WebTunnel is a Go Pluggable Transport that attempts to imitate
web browsing activities based on HTTP Upgrade (HTTPT).")
(license license:bsd-2)))
(define-public go-github-com-apparentlymart-go-openvpn-mgmt
(let ((commit "4d2ce95ae600ee04eeb020ee0997aabb82752210")
(revision "0"))