diff options
| author | Morgan Jones <me@numin.it> | 2025-04-25 22:24:35 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-25 22:24:35 -0700 |
| commit | dac36fa94c427cbdb6351488fc23350ab38b08d1 (patch) | |
| tree | c806158040e9a53c551653318317dece28eceb78 /pkgs/development/python-modules/python-openstackclient | |
| parent | 077e06626a0ac101203a94d207afe5b05e090f2b (diff) | |
| parent | 50063b9fe4363e89eedc4b72628e7d19b3707987 (diff) | |
treewide: switch instances of lib.teams.*.members to the new meta.teams attribute (#400458)
Diffstat (limited to 'pkgs/development/python-modules/python-openstackclient')
| -rw-r--r-- | pkgs/development/python-modules/python-openstackclient/default.nix | 2 |
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 ]; }; } |
