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

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

View file

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