LycheeSlicer: add ZachDavies as maintainer

This commit is contained in:
ZachDavies
2025-08-10 13:54:23 +02:00
parent f932fa8272
commit c6bc3b9679
+4 -1
View File
@@ -47,7 +47,10 @@ appimageTools.wrapType2 {
description = "All-in-one 3D slicer for resin and FDM printers";
homepage = "https://lychee.mango3d.io/";
license = lib.licenses.unfree;
maintainers = with lib.maintainers; [ tarinaky ];
maintainers = with lib.maintainers; [
tarinaky
ZachDavies
];
platforms = [ "x86_64-linux" ];
mainProgram = "lychee";
};