teams: remove liff from maintainers

This commit is contained in:
Olli Helenius
2023-12-31 11:47:42 +02:00
parent 4da9e47b03
commit 85894d19fd
@@ -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";
};