aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/azure-mgmt-machinelearningcompute
diff options
context:
space:
mode:
authorMax Wilson <max@maxwilson.dev>2020-11-15 09:35:46 -0500
committerJonathan Ringer <jonringer@users.noreply.github.com>2020-11-18 12:00:31 -0800
commitba4642eb6a2a4807e54881ff537bfcfae6cf85d7 (patch)
tree012f9c7a46535906c660802549f012a425165de8 /pkgs/development/python-modules/azure-mgmt-machinelearningcompute
parent023185b9711fa92cd0049cdd7e21861ef2b9376c (diff)
update contact info
Diffstat (limited to 'pkgs/development/python-modules/azure-mgmt-machinelearningcompute')
-rw-r--r--pkgs/development/python-modules/azure-mgmt-machinelearningcompute/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/azure-mgmt-machinelearningcompute/default.nix b/pkgs/development/python-modules/azure-mgmt-machinelearningcompute/default.nix
index 47e91ecf49f3..543589b7aecb 100644
--- a/pkgs/development/python-modules/azure-mgmt-machinelearningcompute/default.nix
+++ b/pkgs/development/python-modules/azure-mgmt-machinelearningcompute/default.nix
@@ -31,6 +31,6 @@ buildPythonPackage rec {
description = "This is the Microsoft Azure Machine Learning Compute Management Client Library";
homepage = "https://github.com/Azure/azure-sdk-for-python";
license = licenses.mit;
- maintainers = with maintainers; [ mwilsoninsight ];
+ maintainers = with maintainers; [ maxwilson ];
};
}