about summary refs log tree commit diff
path: root/pkgs/applications/networking/mailreaders
diff options
context:
space:
mode:
authorLouis Bettens <louis@bettens.info>2021-12-14 22:26:54 +0100
committerLouis Bettens <louis@bettens.info>2021-12-14 22:29:10 +0100
commitedfa122e1b34f9a5c1598120d651b171bd67a950 (patch)
treec84afba8d0ac56391a1a60bae2ecb2787d6a0b14 /pkgs/applications/networking/mailreaders
parentb0bf5f888d377dd2f36d90340df6dc9f035aaada (diff)
thunderbird-bin: fix license
Diffstat (limited to 'pkgs/applications/networking/mailreaders')
-rw-r--r--pkgs/applications/networking/mailreaders/thunderbird-bin/default.nix6
1 files changed, 2 insertions, 4 deletions
diff --git a/pkgs/applications/networking/mailreaders/thunderbird-bin/default.nix b/pkgs/applications/networking/mailreaders/thunderbird-bin/default.nix
index 6d9f62e75ab39..c7d1222ef86d7 100644
--- a/pkgs/applications/networking/mailreaders/thunderbird-bin/default.nix
+++ b/pkgs/applications/networking/mailreaders/thunderbird-bin/default.nix
@@ -183,11 +183,9 @@ stdenv.mkDerivation {
   meta = with lib; {
     description = "Mozilla Thunderbird, a full-featured email client (binary package)";
     homepage = "http://www.mozilla.org/thunderbird/";
-    license = {
-      free = false;
-      url = "http://www.mozilla.org/en-US/foundation/trademarks/policy/";
-    };
+    license = licenses.mpl20;
     maintainers = with lib.maintainers; [ ];
     platforms = platforms.linux;
+    hydraPlatforms = [ ];
   };
 }