Unverified Commit a0430d5f authored by ajs124's avatar ajs124 Committed by GitHub
Browse files

Merge pull request #277881 from liff/teams/drop-liff

teams: remove liff from maintainers
parents e71abeaf 85894d19
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@ let
    downloadPage = "https://teams.microsoft.com/downloads";
    sourceProvenance = with sourceTypes; [ binaryNativeCode ];
    license = licenses.unfree;
    maintainers = with maintainers; [ liff tricktron ];
    maintainers = with maintainers; [ tricktron ];
    platforms = [ "x86_64-darwin" "aarch64-darwin" ];
    mainProgram = "teams";
  };