tutanota-desktop: remove 0xda157 as maintainer

This commit is contained in:
0xda157
2026-03-16 08:23:30 -07:00
parent b07766675d
commit 89e43b3dbf
+1 -4
View File
@@ -46,10 +46,7 @@ appimageTools.wrapType2 rec {
changelog = "https://github.com/tutao/tutanota/releases/tag/tutanota-desktop-release-${version}";
license = lib.licenses.gpl3Only;
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
maintainers = with lib.maintainers; [
da157
s0ssh
];
maintainers = with lib.maintainers; [ s0ssh ];
mainProgram = "tutanota-desktop";
platforms = [ "x86_64-linux" ];
};