about summary refs log tree commit diff
path: root/pkgs/development/python-modules/vsts/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/vsts/default.nix')
-rw-r--r--pkgs/development/python-modules/vsts/default.nix13
1 files changed, 7 insertions, 6 deletions
diff --git a/pkgs/development/python-modules/vsts/default.nix b/pkgs/development/python-modules/vsts/default.nix
index e91a203d7f14a..6c339204f3dc8 100644
--- a/pkgs/development/python-modules/vsts/default.nix
+++ b/pkgs/development/python-modules/vsts/default.nix
@@ -1,8 +1,9 @@
-{ buildPythonPackage
-, lib
-, python
-, fetchPypi
-, msrest
+{
+  buildPythonPackage,
+  lib,
+  python,
+  fetchPypi,
+  msrest,
 }:
 
 buildPythonPackage rec {
@@ -30,6 +31,6 @@ buildPythonPackage rec {
     description = "Python APIs for interacting with and managing Azure DevOps";
     homepage = "https://github.com/microsoft/azure-devops-python-api";
     license = licenses.mit;
-    maintainers = with maintainers; [ jonringer ];
+    maintainers = [ ];
   };
 }