about summary refs log tree commit diff
path: root/pkgs/applications/networking/mailreaders/mailpile/default.nix
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2015-06-19 14:00:43 +0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2015-06-19 14:14:52 +0200
commitd8c9fa5043da74e93fd44a3375a6d8e1d9056ded (patch)
treede489612a5c9f123456c5c0cebf27ee7eb24171b /pkgs/applications/networking/mailreaders/mailpile/default.nix
parent90912f8aa5eb0578e73754b9e871670863957c44 (diff)
Remove meta.license hack
Diffstat (limited to 'pkgs/applications/networking/mailreaders/mailpile/default.nix')
-rw-r--r--pkgs/applications/networking/mailreaders/mailpile/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/mailreaders/mailpile/default.nix b/pkgs/applications/networking/mailreaders/mailpile/default.nix
index 695e2b3815765..c43944dc59795 100644
--- a/pkgs/applications/networking/mailreaders/mailpile/default.nix
+++ b/pkgs/applications/networking/mailreaders/mailpile/default.nix
@@ -27,7 +27,7 @@ pythonPackages.buildPythonPackage rec {
   meta = with stdenv.lib; {
     description = "A modern, fast web-mail client with user-friendly encryption and privacy features";
     homepage = https://www.mailpile.is/;
-    license = map (getAttr "shortName") [ licenses.asl20 licenses.agpl3 ];
+    license = [ licenses.asl20 licenses.agpl3 ];
     platforms = platforms.linux;
     maintainers = [ maintainers.iElectric ];
   };