python3.pkgs.build: add python team to maintainers

This commit is contained in:
Theodore Ni 2023-07-26 00:53:26 -07:00
parent 92530e90dd
commit d9f5626dd7
No known key found for this signature in database
GPG Key ID: 48B67583BDDD4474

View File

@ -86,6 +86,6 @@ buildPythonPackage rec {
homepage = "https://github.com/pypa/build";
changelog = "https://github.com/pypa/build/blob/${version}/CHANGELOG.rst";
license = licenses.mit;
maintainers = with maintainers; [ fab ];
maintainers = teams.python.members ++ [ maintainers.fab ];
};
}