summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-openstackclient
diff options
context:
space:
mode:
authorWolfgang Walther <walther@technowledgy.de>2025-12-10 18:45:42 +0100
committerWolfgang Walther <walther@technowledgy.de>2025-12-10 18:45:42 +0100
commitd59250e80433a5827220b45f6dc8c69c37dc9ffe (patch)
treec9d8fd51f1cf00ded28ff0ef06c948c97318a35c /pkgs/development/python-modules/python-openstackclient
parent3c4016445b5014364d39dfe5ca76ddd66087bb8d (diff)
parent62592e97d3d7729d71edf99450c9efea6139887f (diff)
Merge branch 'master' into staging-nixos
Diffstat (limited to 'pkgs/development/python-modules/python-openstackclient')
-rw-r--r--pkgs/development/python-modules/python-openstackclient/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/python-modules/python-openstackclient/default.nix b/pkgs/development/python-modules/python-openstackclient/default.nix
index 41cad8e5e65f..e981bc874b27 100644
--- a/pkgs/development/python-modules/python-openstackclient/default.nix
+++ b/pkgs/development/python-modules/python-openstackclient/default.nix
@@ -104,11 +104,11 @@ buildPythonPackage rec {
};
};
- meta = with lib; {
+ meta = {
description = "OpenStack Command-line Client";
mainProgram = "openstack";
homepage = "https://github.com/openstack/python-openstackclient";
- license = licenses.asl20;
- teams = [ teams.openstack ];
+ license = lib.licenses.asl20;
+ teams = [ lib.teams.openstack ];
};
}