summary refs log tree commit diff
path: root/pkgs/tools/networking/isync/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/networking/isync/default.nix')
-rw-r--r--pkgs/tools/networking/isync/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/networking/isync/default.nix b/pkgs/tools/networking/isync/default.nix
index f16698ef3cd..5d05677bb29 100644
--- a/pkgs/tools/networking/isync/default.nix
+++ b/pkgs/tools/networking/isync/default.nix
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
   meta = with stdenv.lib; {
     homepage = http://isync.sourceforge.net/;
     description = "Free IMAP and MailDir mailbox synchronizer";
-    license = with licenses; [ gpl2Plus ];
+    license = licenses.gpl2Plus;
 
     maintainers = with maintainers; [ the-kenny viric ];
     platforms = platforms.unix;