discord: remove ldesgoui from maintainers

This commit is contained in:
Lucas Desgouilles
2022-08-11 23:37:04 -04:00
committed by Winter
parent 72ea3d4fa4
commit d977d65881
@@ -53,7 +53,7 @@ let
downloadPage = "https://discordapp.com/download";
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.unfree;
maintainers = with maintainers; [ ldesgoui MP2E devins2518 ];
maintainers = with maintainers; [ MP2E devins2518 ];
platforms = [ "x86_64-linux" "x86_64-darwin" ]
++ lib.optionals (branch != "stable") [ "aarch64-darwin" ];
};