azure-functions-core-tools: remove jshcmpbll as maintainer

I don't use this tool anymore and dont really have the means to maintain it
This commit is contained in:
Joshua Campbell
2022-11-09 20:56:51 -05:00
committed by Winter
parent b3f58c0d86
commit 9bbb7fb635
@@ -80,7 +80,7 @@ stdenv.mkDerivation rec {
binaryNativeCode
];
license = licenses.mit;
maintainers = with maintainers; [ jshcmpbll ];
maintainers = with maintainers; [ ];
platforms = platforms.unix;
};
}