about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/discord
diff options
context:
space:
mode:
authorGuthrie McAfee Armstrong <guthrie.armstrong@gmail.com>2018-05-23 04:27:08 -0400
committerxeji <36407913+xeji@users.noreply.github.com>2018-05-23 10:27:08 +0200
commitca556c4def105e9e818546ccbce280dbb8131962 (patch)
treed80db9d65799a9f4f5dca59df38201269e77f53e /pkgs/applications/networking/instant-messengers/discord
parentbe4b3e89e5a7f7ac1bdb88404768764cdeacc270 (diff)
downloadnixlib-ca556c4def105e9e818546ccbce280dbb8131962.tar
nixlib-ca556c4def105e9e818546ccbce280dbb8131962.tar.gz
nixlib-ca556c4def105e9e818546ccbce280dbb8131962.tar.bz2
nixlib-ca556c4def105e9e818546ccbce280dbb8131962.tar.lz
nixlib-ca556c4def105e9e818546ccbce280dbb8131962.tar.xz
nixlib-ca556c4def105e9e818546ccbce280dbb8131962.tar.zst
nixlib-ca556c4def105e9e818546ccbce280dbb8131962.zip
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
Diffstat (limited to 'pkgs/applications/networking/instant-messengers/discord')
-rw-r--r--pkgs/applications/networking/instant-messengers/discord/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/instant-messengers/discord/default.nix b/pkgs/applications/networking/instant-messengers/discord/default.nix
index 6801edb9767c..09ead9b3de65 100644
--- a/pkgs/applications/networking/instant-messengers/discord/default.nix
+++ b/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 that’s 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;