kmon: Add myself as maintainer

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
Matthias Beyer 2023-10-26 10:37:01 +02:00
parent f9a6f6ffd1
commit ece14fa329
No known key found for this signature in database

View File

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