about summary refs log tree commit diff
path: root/pkgs/development/python-modules/azure-batch
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-batch
parent023185b9711fa92cd0049cdd7e21861ef2b9376c (diff)
downloadnixlib-ba4642eb6a2a4807e54881ff537bfcfae6cf85d7.tar
nixlib-ba4642eb6a2a4807e54881ff537bfcfae6cf85d7.tar.gz
nixlib-ba4642eb6a2a4807e54881ff537bfcfae6cf85d7.tar.bz2
nixlib-ba4642eb6a2a4807e54881ff537bfcfae6cf85d7.tar.lz
nixlib-ba4642eb6a2a4807e54881ff537bfcfae6cf85d7.tar.xz
nixlib-ba4642eb6a2a4807e54881ff537bfcfae6cf85d7.tar.zst
nixlib-ba4642eb6a2a4807e54881ff537bfcfae6cf85d7.zip
update contact info
Diffstat (limited to 'pkgs/development/python-modules/azure-batch')
-rw-r--r--pkgs/development/python-modules/azure-batch/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/azure-batch/default.nix b/pkgs/development/python-modules/azure-batch/default.nix
index 05021c73edb0..906461252dc7 100644
--- a/pkgs/development/python-modules/azure-batch/default.nix
+++ b/pkgs/development/python-modules/azure-batch/default.nix
@@ -29,6 +29,6 @@ buildPythonPackage rec {
     description = "This is the Microsoft Azure Batch Client Library";
     homepage = "https://github.com/Azure/azure-sdk-for-python";
     license = licenses.mit;
-    maintainers = with maintainers; [ mwilsoninsight ];
+    maintainers = with maintainers; [ maxwilson ];
   };
 }