mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-13 01:03:25 +00:00
python3.pkgs.build: add python team to maintainers
This commit is contained in:
parent
92530e90dd
commit
d9f5626dd7
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user