Unverified Commit 9f5b4002 authored by Artturi's avatar Artturi Committed by GitHub
Browse files

Merge pull request #295683 from ken-matsui/patch-1

package-project-cmake: remove ken-matsui from maintainers
parents bccbb2d5 0a382f15
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;
  };
})