lunatask: add myself as a maintainer

This commit is contained in:
Karun Sandhu
2026-02-07 13:53:33 +01:00
parent 516a66d212
commit c0a5a10aef
+4 -1
View File
@@ -41,7 +41,10 @@ appimageTools.wrapType2 {
changelog = "https://lunatask.app/releases/${version}";
license = lib.licenses.unfree;
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
maintainers = with lib.maintainers; [ zi3m5f ];
maintainers = with lib.maintainers; [
MrSom3body
zi3m5f
];
platforms = [ "x86_64-linux" ];
mainProgram = "lunatask";
};