From 14c8b674eab2c8f65c56cca4a58713080c44f8fa Mon Sep 17 00:00:00 2001 From: Will Norris Date: Mon, 15 Apr 2024 11:17:09 -0700 Subject: [PATCH] Revert "licenses: add gliderlabs/ssh license" The gliderlabs/ssh license is actually already included in the standard package listing. I'm not sure why I thought it wasn't. Updates tailscale/corp#5780 This reverts commit 11dca08e93b001b93bce6dc4435e7ad2f44d326a. Signed-off-by: Will Norris --- .github/licenses.tmpl | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/licenses.tmpl b/.github/licenses.tmpl index ebcc9b9a6..5fa7e8e81 100644 --- a/.github/licenses.tmpl +++ b/.github/licenses.tmpl @@ -15,4 +15,3 @@ Some packages may only be included on certain architectures or operating systems {{ range . }} - [{{.Name}}](https://pkg.go.dev/{{.Name}}) ([{{.LicenseName}}]({{.LicenseURL}})) {{- end }} - - [gliderlabs/ssh](https://github.com/tailscale/tailscale/tree/main/tempfork/gliderlabs/ssh) ([BSD-3-Clause](https://github.com/tailscale/tailscale/blob/main/tempfork/gliderlabs/ssh/LICENSE))