summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-openstackclient
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/python-openstackclient
parent0587bb087781334c0881ef540b7d5f690ead86fa (diff)
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/python-openstackclient')
-rw-r--r--pkgs/development/python-modules/python-openstackclient/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/python-openstackclient/default.nix b/pkgs/development/python-modules/python-openstackclient/default.nix
index 1119f6e896fc..f6fc84c87a6d 100644
--- a/pkgs/development/python-modules/python-openstackclient/default.nix
+++ b/pkgs/development/python-modules/python-openstackclient/default.nix
@@ -107,6 +107,6 @@ buildPythonPackage rec {
mainProgram = "openstack";
homepage = "https://github.com/openstack/python-openstackclient";
license = licenses.asl20;
- maintainers = teams.openstack.members;
+ teams = [ teams.openstack ];
};
}