sharlatan pushed a commit to branch go-team
in repository guix.
commit 7ee9683f89aaac0ea4651dafb83d88a319b5a176
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Jan 2 22:41:24 2025 +0000
gnu: Remove go-github-com-dreamacro-go-shadowsocks2.
Not in use by any other packages in Guix, project has been deleted in
GitHub.
* gnu/packages/golang.scm (go-github-com-dreamacro-go-shadowsocks2): Delete
variable.
Change-Id: I2ad9ab6cc23995f0ad3003c1f51b920af96e3fa6
---
gnu/packages/golang.scm | 30 ------------------------------
1 file changed, 30 deletions(-)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index ff65cb7a03..7cdffa6273 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -4746,36 +4746,6 @@ aware of your profiles and configuration in
~/.aws/config.")
"This package provides INI file read and write functionality in Go.")
(license license:asl2.0)))
-(define-public go-github-com-dreamacro-go-shadowsocks2
- (package
- (name "go-github-com-dreamacro-go-shadowsocks2")
- (version "0.1.7")
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/Dreamacro/go-shadowsocks2")
- (commit (string-append "v" version))))
- (file-name (git-file-name name version))
- (sha256
- (base32 "0sjr3r77fav6q0ii6dnp4px9gaz7cq861a0yxppvb6a58420bx3h"))))
- (build-system go-build-system)
- (arguments '(#:import-path "github.com/Dreamacro/go-shadowsocks2"))
- (propagated-inputs (list go-golang-org-x-crypto))
- (home-page "https://github.com/Dreamacro/go-shadowsocks2")
- (synopsis "Shadowsocks implementation in Go")
- (description
- "This package is @code{shadowsocks} implementation in Go
-
-Features:
-@itemize
-@item SOCKS5 proxy
-@item Support for Netfilter TCP redirect (IPv6 should work but not tested)
-@item UDP tunneling (e.g. relay DNS packets)
-@item TCP tunneling (e.g. benchmark with iperf3)
-@end itemize")
- (license license:asl2.0)))
-
(define-public go-github-com-google-go-jsonnet
(package
(name "go-github-com-google-go-jsonnet")