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";
|
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 ];
|
maintainers = with maintainers; [ figsoda misuzu matthiasbeyer ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user