diff options
| author | Max Wilson <max@maxwilson.dev> | 2020-11-15 09:35:46 -0500 |
|---|---|---|
| committer | Jonathan Ringer <jonringer@users.noreply.github.com> | 2020-11-18 12:00:31 -0800 |
| commit | ba4642eb6a2a4807e54881ff537bfcfae6cf85d7 (patch) | |
| tree | 012f9c7a46535906c660802549f012a425165de8 /pkgs/development/python-modules/azure-batch | |
| parent | Merge pull request #104112 from mweinelt/python/gns-server (diff) | |
| download | nixpkgs-ba4642eb6a2a4807e54881ff537bfcfae6cf85d7.tar.gz | |
update contact info
Diffstat (limited to 'pkgs/development/python-modules/azure-batch')
| -rw-r--r-- | pkgs/development/python-modules/azure-batch/default.nix | 2 |
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 ]; }; } |
