From a791332eb58719c156f90ab2b4eabc6f34b4a86b Mon Sep 17 00:00:00 2001 From: mdarocha Date: Fri, 15 Sep 2023 23:37:40 +0200 Subject: [PATCH] azure-functions-core-tools: add myself as maintainer --- 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 1d1f13b8b655..e187dbf6b393 100644 --- a/pkgs/development/tools/azure-functions-core-tools/default.nix +++ b/pkgs/development/tools/azure-functions-core-tools/default.nix @@ -88,7 +88,7 @@ in binaryNativeCode ]; license = licenses.mit; - maintainers = with maintainers; []; + maintainers = with maintainers; [ mdarocha ]; platforms = ["x86_64-linux" "aarch64-darwin" "x86_64-darwin"]; }; }