zettlr: add maj0e to maintainers

This commit is contained in:
Markus Jörg
2026-01-21 18:07:54 +01:00
parent c957f0ed7b
commit 9dc3ddd45d
+1
View File
@@ -41,6 +41,7 @@ appimageTools.wrapType2 rec {
description = "Markdown editor for writing academic texts and taking notes";
homepage = "https://www.zettlr.com";
platforms = [ "x86_64-linux" ];
maintainers = with lib.maintainers; [ maj0e ];
license = lib.licenses.gpl3;
mainProgram = "zettlr";
};