mdbook-emojicodes: Add myself as maintainer

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
Matthias Beyer
2024-04-17 20:58:30 +02:00
parent a6ed97cc97
commit 6cfd88435f
@@ -28,6 +28,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/blyxyas/mdbook-emojicodes";
changelog = "https://github.com/blyxyas/mdbook-emojicodes/releases/tag/${version}";
license = licenses.mit;
maintainers = with maintainers; [ blaggacao ];
maintainers = with maintainers; [ blaggacao matthiasbeyer ];
};
}