lol

Remove "free and secure" from Discord description (#40968)

* Remove "free and secure" from Discord description

Changed Discord package description to remove "free and secure". We can't vouch for its security, but it's definitely not "free" in the sense that most users would read this description. ;)

* Add "cross-platform" to Discord description

authored by

Guthrie McAfee Armstrong and committed by
xeji
ca556c4d be4b3e89

+1 -1
+1 -1
pkgs/applications/networking/instant-messengers/discord/default.nix
··· 52 52 }; 53 53 54 54 meta = with stdenv.lib; { 55 - description = "All-in-one voice and text chat for gamers that’s free, secure, and works on both your desktop and phone"; 55 + description = "All-in-one cross-platform voice and text chat for gamers"; 56 56 homepage = https://discordapp.com/; 57 57 downloadPage = "https://github.com/crmarsh/discord-linux-bugs"; 58 58 license = licenses.unfree;