dropbox: meta.licenses -> meta.license

This commit is contained in:
Nikolay Amiantov 2016-05-07 15:13:28 +03:00
parent 41ced9f100
commit 62c41cc539
1 changed files with 1 additions and 1 deletions

View File

@ -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;
};
}