diff options
Diffstat (limited to 'pkgs/development/python-modules/azure-mgmt-common/default.nix')
| -rw-r--r-- | pkgs/development/python-modules/azure-mgmt-common/default.nix | 24 |
1 files changed, 14 insertions, 10 deletions
diff --git a/pkgs/development/python-modules/azure-mgmt-common/default.nix b/pkgs/development/python-modules/azure-mgmt-common/default.nix index 5f0390708c7d..cecaf2dd2bd4 100644 --- a/pkgs/development/python-modules/azure-mgmt-common/default.nix +++ b/pkgs/development/python-modules/azure-mgmt-common/default.nix @@ -1,12 +1,13 @@ -{ pkgs -, buildPythonPackage -, fetchPypi -, python -, azure-common -, azure-mgmt-nspkg -, requests -, msrestazure -, isPy3k +{ + pkgs, + buildPythonPackage, + fetchPypi, + python, + azure-common, + azure-mgmt-nspkg, + requests, + msrestazure, + isPy3k, }: buildPythonPackage rec { @@ -38,6 +39,9 @@ buildPythonPackage rec { description = "This is the Microsoft Azure Resource Management common code"; homepage = "https://github.com/Azure/azure-sdk-for-python"; license = licenses.mit; - maintainers = with maintainers; [ olcai maxwilson ]; + maintainers = with maintainers; [ + olcai + maxwilson + ]; }; } |
