python3Packages.waymax: set license (#516507)

This commit is contained in:
Samuel Ainsworth
2026-05-05 02:59:03 +00:00
committed by GitHub
@@ -72,5 +72,6 @@ buildPythonPackage {
homepage = "https://github.com/waymo-research/waymax";
changelog = "https://github.com/waymo-research/waymax/blob/main/CHANGELOG.md";
maintainers = with lib.maintainers; [ samuela ];
license = lib.licenses.unfree;
};
}