summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/golang-web.scm23
-rw-r--r--gnu/packages/golang.scm23
2 files changed, 23 insertions, 23 deletions
diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index 41cea64655..2f1c1fab14 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -8094,6 +8094,29 @@ multiplexing. The original intention of this library is to power the
connection management for @url{https://github.com/xtaci/kcp-go,kcp-go}.")
(license license:expat)))
+(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
+ (list
+ #: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-ptutil
(package
(name
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")