forked from mirrors/nixpkgs
kmon: Add myself as maintainer
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
parent
f9a6f6ffd1
commit
ece14fa329
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue