diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-01-11 16:04:01 +0000 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-01-21 23:47:59 +0000 |
commit | e1a95fe3419259b3abe7d84c7e57c1b4348c3f95 (patch) | |
tree | 09ba8ca954c39b2923264254235cf83ad5bd1a93 /gnu/packages/golang.scm | |
parent | 101fcb47cf4b084eda6825b2bac7ba3eaa626353 (diff) |
gnu: go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-goptlib: Move to golang-web.
* gnu/packages/golang.scm
(go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-goptlib):
Move from here ...
* gnu/packages/golang-web.scm: ... to here.
Change-Id: I0c705ff30c527c426774b15ddbdee0dc0a17df9a
Diffstat (limited to 'gnu/packages/golang.scm')
-rw-r--r-- | gnu/packages/golang.scm | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index 8319009a6c..794791d204 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -1627,29 +1627,6 @@ standard Fountain, but also has some custom syntax extensions such as translated keywords and acts.") (license license:gpl3))) -(define-public go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-goptlib - (package - (name "go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-goptlib") - (version "1.6.0") - (source - (origin - (method git-fetch) - (uri - (git-reference - (url "https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/goptlib") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0jw9vlvlx7rrl366kwz47414aciw3r37lwg6h4jq8cj5hb4bqnd9")))) - (build-system go-build-system) - (arguments - `(#:import-path "gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/goptlib")) - (home-page "https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/goptlib") - (synopsis "Go pluggable transports library") - (description "GoPtLib is a library for writing Tor pluggable transports in -Go.") - (license license:cc0))) - (define-public go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-lyrebird (package (name "go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-lyrebird") |