From e36318f9e092c573a64429321b1cd13e1e5a5d62 Mon Sep 17 00:00:00 2001 From: Anmol Sethi <hi@nhooyr.io> Date: Sat, 2 Nov 2019 11:17:48 -0400 Subject: [PATCH] Minor cleanup CODEOWNERS is unnecessary. --- .github/CODEOWNERS.txt | 1 - README.md | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 .github/CODEOWNERS.txt diff --git a/.github/CODEOWNERS.txt b/.github/CODEOWNERS.txt deleted file mode 100644 index d2eae33..0000000 --- a/.github/CODEOWNERS.txt +++ /dev/null @@ -1 +0,0 @@ -* @nhooyr diff --git a/README.md b/README.md index 8d873fd..25d35e8 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [](https://github.com/nhooyr/websocket/releases) [](https://godoc.org/nhooyr.io/websocket) [](https://coveralls.io/github/nhooyr/websocket) -[](https://github.com/nhooyr/websocket/actions) +[](https://github.com/nhooyr/websocket/actions) websocket is a minimal and idiomatic WebSocket library for Go. -- GitLab