summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/aggregate6
diff options
context:
space:
mode:
authorFernando Rodrigues <alpha@sigmasquadron.net>2025-04-20 23:33:11 -0300
committerFernando Rodrigues <alpha@sigmasquadron.net>2025-04-25 22:20:17 -0300
commit05580f4b4433fda48fff30f60dfd303d6ee05d21 (patch)
treee45452d454bcf825c950425d504682bd58edeac5 /pkgs/development/python-modules/aggregate6
parentmpls: 0.13.3 -> 0.14.0 (#401914) (diff)
downloadnixpkgs-05580f4b4433fda48fff30f60dfd303d6ee05d21.tar.gz
treewide: switch instances of lib.teams.*.members to the new meta.teams attribute
Follow-up to #394797. Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net>
Diffstat (limited to 'pkgs/development/python-modules/aggregate6')
-rw-r--r--pkgs/development/python-modules/aggregate6/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/aggregate6/default.nix b/pkgs/development/python-modules/aggregate6/default.nix
index 2be5f07a85ac..1d5efc304dad 100644
--- a/pkgs/development/python-modules/aggregate6/default.nix
+++ b/pkgs/development/python-modules/aggregate6/default.nix
@@ -43,6 +43,7 @@ buildPythonPackage rec {
mainProgram = "aggregate6";
homepage = "https://github.com/job/aggregate6";
license = with lib.licenses; [ bsd2 ];
- maintainers = lib.teams.wdz.members ++ (with lib.maintainers; [ marcel ]);
+ maintainers = with lib.maintainers; [ marcel ];
+ teams = [ lib.teams.wdz ];
};
}