diff --git a/pkgs/applications/networking/dropbox/default.nix b/pkgs/applications/networking/dropbox/default.nix index e1498981f89f..b9d45f90a5c6 100644 --- a/pkgs/applications/networking/dropbox/default.nix +++ b/pkgs/applications/networking/dropbox/default.nix @@ -151,6 +151,6 @@ in stdenv.mkDerivation { description = "Online stored folders (daemon version)"; maintainers = with stdenv.lib.maintainers; [ ttuegel ]; platforms = [ "i686-linux" "x86_64-linux" ]; - licenses = stdenv.lib.licenses.unfree; + license = stdenv.lib.licenses.unfree; }; }