tutanota-desktop: adopt

This commit is contained in:
s0ssh
2025-08-20 16:42:38 -05:00
parent feb7fb1678
commit f1bd6cc583
2 changed files with 9 additions and 6 deletions
+5 -5
View File
@@ -22467,11 +22467,11 @@
githubId = 117505144;
};
s0ssh = {
name = "s0ssh";
email = "me@s0s.sh";
github = "s0ssh";
githubId = 168315776;
keys = [ { fingerprint = "1D34 4976 77AD 462C CA9F D5F1 FF16 29B1 3E89 9C1A"; } ];
name = "s0ssh";
email = "me@s0s.sh";
github = "s0ssh";
githubId = 168315776;
keys = [ { fingerprint = "1D34 4976 77AD 462C CA9F D5F1 FF16 29B1 3E89 9C1A"; } ];
};
s1341 = {
email = "s1341@shmarya.net";
+4 -1
View File
@@ -46,7 +46,10 @@ 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 = [ lib.maintainers.awwpotato ];
maintainers = with lib.maintainers; [
awwpotato
s0ssh
];
mainProgram = "tutanota-desktop";
platforms = [ "x86_64-linux" ];
};