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
wip/yesman
Guthrie McAfee Armstrong 6 years ago committed by xeji
parent be4b3e89e5
commit ca556c4def
  1. 2
      pkgs/applications/networking/instant-messengers/discord/default.nix

@ -52,7 +52,7 @@ stdenv.mkDerivation rec {
};
meta = with stdenv.lib; {
description = "All-in-one voice and text chat for gamers thats free, secure, and works on both your desktop and phone";
description = "All-in-one cross-platform voice and text chat for gamers";
homepage = https://discordapp.com/;
downloadPage = "https://github.com/crmarsh/discord-linux-bugs";
license = licenses.unfree;

Loading…
Cancel
Save