Unverified Commit 586f6130 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

lib/licenses: fix lens license URL (#360654)

parents be8d3992 96a40593
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
  };