dropbox: mark as unfree

This commit is contained in:
Nikolay Amiantov 2016-05-07 15:12:07 +03:00
parent f7c02f8670
commit 41ced9f100

View file

@ -151,5 +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;
};
}