about 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 9587dfee613bf..30ee63f257a4e 100644
--- a/pkgs/tools/networking/isync/default.nix
+++ b/pkgs/tools/networking/isync/default.nix
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
   meta = {
     homepage = http://isync.sourceforge.net/;
     description = "Free IMAP and MailDir mailbox synchronizer";
-    licenses = [ "GPLv2+" ];
+    license = [ "GPLv2+" ];
 
     maintainers = [ stdenv.lib.maintainers.viric ];
     platforms = stdenv.lib.platforms.linux;