mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
cpython: add python team as maintainers (#345559)
This commit is contained in:
commit
ffd7d44ffc
@ -686,5 +686,6 @@ in with passthru; stdenv.mkDerivation (finalAttrs: {
|
||||
pkgConfigModules = [ "python3" ];
|
||||
platforms = platforms.linux ++ platforms.darwin ++ platforms.windows ++ platforms.freebsd;
|
||||
mainProgram = executable;
|
||||
maintainers = lib.teams.python.members;
|
||||
};
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user