summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2024-05-23 00:20:37 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2024-05-23 00:45:43 +0100
commit2234a1f282eb5cbbca1317471f4a1f41a33eeb48 (patch)
tree12500bb2696cf19d1568e6ca37fb8ad62ef42a63
parent120ad702e0bf6ad4c284a71f328fd87c273f2eda (diff)
downloadguix-patches-2234a1f282eb5cbbca1317471f4a1f41a33eeb48.tar
guix-patches-2234a1f282eb5cbbca1317471f4a1f41a33eeb48.tar.gz
gnu: Remove go-github-com-lucas-clemente-quic-go.
* gnu/packages/golang-web.scm (go-github-com-lucas-clemente-quic-go): Delete variable. Change-Id: Iac5dfdf15badb1de74323040267f814cdf7cd0f9
-rw-r--r--gnu/packages/golang-web.scm3
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index e0d6dc7cd5..85787d883f 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -2041,9 +2041,6 @@ the Go standard library}.")
protocol.")
(license license:expat)))
-(define-public go-github-com-lucas-clemente-quic-go
- (deprecated-package "go-github-com-lucas-clemente-quic-go" go-github-com-quic-go-quic-go))
-
(define-public go-github-com-sherclockholmes-webpush-go
(package
(name "go-github-com-sherclockholmes-webpush-go")