mdserve: Add myself as maintainer

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
Matthias Beyer
2025-10-05 14:03:55 +02:00
parent 8eab1f0891
commit cff42bd460
+4 -1
View File
@@ -36,7 +36,10 @@ rustPlatform.buildRustPackage (finalAttrs: {
homepage = "https://github.com/jfernandez/mdserve";
changelog = "https://github.com/jfernandez/mdserve/releases/tag/v${finalAttrs.version}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ vinnymeller ];
maintainers = with lib.maintainers; [
vinnymeller
matthiasbeyer
];
mainProgram = "mdserve";
};
})