mdr: Add matthiasbeyer as maintainer

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
Matthias Beyer
2025-12-25 13:01:14 +01:00
parent d01fbfb729
commit 090fcaa46c
+1 -1
View File
@@ -29,7 +29,7 @@ buildGoModule rec {
description = "MarkDown Renderer for the terminal";
homepage = "https://github.com/MichaelMure/mdr";
license = lib.licenses.mit;
maintainers = [ ];
maintainers = [ lib.maintainers.matthiasbeyer ];
mainProgram = "mdr";
};
}