python3.pkgs.ninja-python: add tjni as a maintainer of this stub

This commit is contained in:
Theodore Ni
2023-08-03 20:07:35 -07:00
parent 09f5e7d840
commit 99524a94ff
@@ -67,6 +67,6 @@ buildPythonPackage rec {
description = "A small build system with a focus on speed";
homepage = "https://github.com/scikit-build/ninja-python-distributions";
license = licenses.asl20;
maintainers = with maintainers; [ _999eagle ];
maintainers = with maintainers; [ _999eagle tjni ];
};
}