Commit 9bbb7fb6 authored by Joshua Campbell's avatar Joshua Campbell Committed by Winter
Browse files

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

I don't use this tool anymore and dont really have the means to maintain it
parent b3f58c0d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -80,7 +80,7 @@ stdenv.mkDerivation rec {
      binaryNativeCode
    ];
    license = licenses.mit;
    maintainers = with maintainers; [ jshcmpbll ];
    maintainers = with maintainers; [ ];
    platforms = platforms.unix;
  };
}