mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
dropbox: mark as unfree
This commit is contained in:
parent
f7c02f8670
commit
41ced9f100
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue