about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorJoshua Campbell <me@joshuadcampbell.com>2022-11-06 18:04:39 -0800
committerWinter <winter@winter.cafe>2022-11-09 20:56:51 -0500
commit9bbb7fb6352c972679f3ac7d8268fd889c65233b (patch)
treea1c270b16c644f68de043d4cd86f575628f62b1c /pkgs/development
parentb3f58c0d86aa0af48cc8294be268a0632217bdfc (diff)
azure-functions-core-tools: remove jshcmpbll as maintainer
I don't use this tool anymore and dont really have the means to maintain it
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/tools/azure-functions-core-tools/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/azure-functions-core-tools/default.nix b/pkgs/development/tools/azure-functions-core-tools/default.nix
index 251493d0deb37..d4cebd5551e91 100644
--- a/pkgs/development/tools/azure-functions-core-tools/default.nix
+++ b/pkgs/development/tools/azure-functions-core-tools/default.nix
@@ -80,7 +80,7 @@ stdenv.mkDerivation rec {
       binaryNativeCode
     ];
     license = licenses.mit;
-    maintainers = with maintainers; [ jshcmpbll ];
+    maintainers = with maintainers; [ ];
     platforms = platforms.unix;
   };
 }