kmon: remove misuzu from maintainers

This commit is contained in:
misuzu 2024-04-22 19:22:57 +03:00
parent f27ca3c328
commit 7e3f1978d6

View File

@ -29,7 +29,7 @@ rustPlatform.buildRustPackage rec {
changelog = "https://github.com/orhun/kmon/blob/v${version}/CHANGELOG.md"; changelog = "https://github.com/orhun/kmon/blob/v${version}/CHANGELOG.md";
license = licenses.gpl3Only; license = licenses.gpl3Only;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ figsoda misuzu matthiasbeyer ]; maintainers = with maintainers; [ figsoda matthiasbeyer ];
mainProgram = "kmon"; mainProgram = "kmon";
}; };
} }