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

teams: remove liff from maintainers
This commit is contained in:
ajs124 2024-01-11 15:02:45 +01:00 committed by GitHub
commit a0430d5fa9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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";
};