From 96a405932dd2958facdc607b1a12f65692e63bbb Mon Sep 17 00:00:00 2001 From: Chandler Swift Date: Sat, 30 Nov 2024 21:29:17 -0600 Subject: [PATCH] lib/licenses: fix lens license URL --- lib/licenses.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/licenses.nix b/lib/licenses.nix index 85b99f329162..11b0314e9d70 100644 --- a/lib/licenses.nix +++ b/lib/licenses.nix @@ -792,7 +792,7 @@ lib.mapAttrs mkLicense ({ lens = { fullName = "Lens Terms of Service Agreement"; - url = "https://k8slens.dev/licenses/tos"; + url = "https://k8slens.dev/legal/tos"; free = false; };