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

mitama-cpp-result: remove ken-matsui from maintainers

parent 7dd8c00e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@ stdenv.mkDerivation (finalAttrs: {
      (like Result and Option in Programming Language Rust).
    '';
    license = licenses.mit;
    maintainers = with maintainers; [ ken-matsui ];
    maintainers = with maintainers; [ ];
    platforms = platforms.unix;
  };
})