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-06 18:04:39 -08:00 committed by Winter
parent b3f58c0d86
commit 9bbb7fb635

View file

@ -80,7 +80,7 @@ stdenv.mkDerivation rec {
binaryNativeCode
];
license = licenses.mit;
maintainers = with maintainers; [ jshcmpbll ];
maintainers = with maintainers; [ ];
platforms = platforms.unix;
};
}