Unverified Commit 0a382f15 authored by Ken Matsui's avatar Ken Matsui Committed by GitHub
Browse files

package-project-cmake: remove ken-matsui from maintainers

parent 7dd8c00e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
      packaging process into a single, easy-to-use command.
    '';
    license = licenses.mit;
    maintainers = with maintainers; [ ken-matsui ];
    maintainers = with maintainers; [ ];
    platforms = platforms.all;
  };
})