From 9bbb7fb6352c972679f3ac7d8268fd889c65233b Mon Sep 17 00:00:00 2001 From: Joshua Campbell Date: Sun, 6 Nov 2022 18:04:39 -0800 Subject: [PATCH] azure-functions-core-tools: remove jshcmpbll as maintainer I don't use this tool anymore and dont really have the means to maintain it --- pkgs/development/tools/azure-functions-core-tools/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/tools/azure-functions-core-tools/default.nix b/pkgs/development/tools/azure-functions-core-tools/default.nix index 251493d0deb..d4cebd5551e 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; }; }