summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/azure-mgmt-commerce/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/azure-mgmt-commerce/default.nix')
-rw-r--r--pkgs/development/python-modules/azure-mgmt-commerce/default.nix20
1 files changed, 12 insertions, 8 deletions
diff --git a/pkgs/development/python-modules/azure-mgmt-commerce/default.nix b/pkgs/development/python-modules/azure-mgmt-commerce/default.nix
index 035f3f6c682c..c8a189bb8c39 100644
--- a/pkgs/development/python-modules/azure-mgmt-commerce/default.nix
+++ b/pkgs/development/python-modules/azure-mgmt-commerce/default.nix
@@ -1,10 +1,11 @@
-{ lib
-, buildPythonPackage
-, fetchPypi
-, msrestazure
-, azure-common
-, azure-mgmt-core
-, azure-mgmt-nspkg
+{
+ lib,
+ buildPythonPackage,
+ fetchPypi,
+ msrestazure,
+ azure-common,
+ azure-mgmt-core,
+ azure-mgmt-nspkg,
}:
buildPythonPackage rec {
@@ -42,6 +43,9 @@ buildPythonPackage rec {
description = "This is the Microsoft Azure Commerce Management Client Library";
homepage = "https://github.com/Azure/azure-sdk-for-python";
license = licenses.mit;
- maintainers = with maintainers; [ maxwilson jonringer ];
+ maintainers = with maintainers; [
+ maxwilson
+ jonringer
+ ];
};
}