diff options
Diffstat (limited to 'pkgs/development/python-modules/python-openstackclient/default.nix')
| -rw-r--r-- | pkgs/development/python-modules/python-openstackclient/default.nix | 6 |
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 ]; }; } |
