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

This commit is contained in:
Ken Matsui 2024-03-13 12:06:55 -07:00 committed by GitHub
parent 7dd8c00ec9
commit b5e2e235f3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;
};
})