diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-05-23 00:20:37 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-05-23 00:45:43 +0100 |
commit | 2234a1f282eb5cbbca1317471f4a1f41a33eeb48 (patch) | |
tree | 12500bb2696cf19d1568e6ca37fb8ad62ef42a63 /gnu | |
parent | 120ad702e0bf6ad4c284a71f328fd87c273f2eda (diff) | |
download | guix-2234a1f282eb5cbbca1317471f4a1f41a33eeb48.tar.gz guix-2234a1f282eb5cbbca1317471f4a1f41a33eeb48.zip |
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
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/golang-web.scm | 3 |
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") |