mdbook-emojicodes: Add myself as maintainer

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>

+1 -1
+1 -1
pkgs/tools/text/mdbook-emojicodes/default.nix
··· 28 28 homepage = "https://github.com/blyxyas/mdbook-emojicodes"; 29 29 changelog = "https://github.com/blyxyas/mdbook-emojicodes/releases/tag/${version}"; 30 30 license = licenses.mit; 31 - maintainers = with maintainers; [ blaggacao ]; 31 + maintainers = with maintainers; [ blaggacao matthiasbeyer ]; 32 32 }; 33 33 }