Unverified Commit 69245718 authored by Florian Brandes's avatar Florian Brandes
Browse files

python312Packages.openusd: apply upsteam's new license

parent 8f55121f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -175,7 +175,7 @@ buildPythonPackage rec {
      for interchange between graphics applications.
    '';
    homepage = "https://openusd.org/";
    license = lib.licenses.asl20;
    license = lib.licenses.tost;
    maintainers = with lib.maintainers; [ shaddydc ];
  };
}