aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/msrest/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/msrest/default.nix')
-rw-r--r--pkgs/development/python-modules/msrest/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/msrest/default.nix b/pkgs/development/python-modules/msrest/default.nix
index 14ed57457b29..1f21778f7db8 100644
--- a/pkgs/development/python-modules/msrest/default.nix
+++ b/pkgs/development/python-modules/msrest/default.nix
@@ -48,6 +48,6 @@ buildPythonPackage rec {
description = "The runtime library 'msrest' for AutoRest generated Python clients.";
homepage = "https://github.com/Azure/msrest-for-python";
license = licenses.mit;
- maintainers = with maintainers; [ bendlas jonringer mwilsoninsight ];
+ maintainers = with maintainers; [ bendlas jonringer maxwilson ];
};
}