Unverified Commit c3755c6c authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

tutanota-desktop: remove 0xda157 as maintainer (#500429)

parents 3e595fdc 89e43b3d
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -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" ];
  };