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