1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-25 03:17:13 +00:00

lib/licenses: fix lens license URL

This commit is contained in:
Chandler Swift 2024-11-30 21:29:17 -06:00 committed by GitHub
parent 970e93b9f8
commit 96a405932d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;
};