From bf780fcb4f08a81087e28bf85f5e408bf7a9cce5 Mon Sep 17 00:00:00 2001 From: Marten Seemann Date: Sun, 22 Sep 2024 15:00:37 +0800 Subject: [PATCH] implementations: update link for quic-go (#407) --- implementations.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/implementations.json b/implementations.json index 09e2fdde..7df33f8e 100644 --- a/implementations.json +++ b/implementations.json @@ -1,7 +1,7 @@ { "quic-go": { "image": "martenseemann/quic-go-interop:latest", - "url": "https://github.com/lucas-clemente/quic-go", + "url": "https://github.com/quic-go/quic-go", "role": "both" }, "ngtcp2": {