mdwatch: Added vimlinuz as a maintainer

This commit is contained in:
vimlinuz
2026-05-22 13:03:47 +05:45
parent 5b5802a7e8
commit d424e17c98
+4 -1
View File
@@ -29,7 +29,10 @@ rustPlatform.buildRustPackage (finalAttrs: {
homepage = "https://github.com/vimlinuz/mdwatch";
changelog = "https://github.com/vimlinuz/mdwatch/releases/tag/${finalAttrs.src.tag}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ x123 ];
maintainers = with lib.maintainers; [
x123
vimlinuz
];
mainProgram = "mdwatch";
};
})