btsync: unredistributable

This commit is contained in:
Domen Kozar 2013-05-13 00:04:59 +02:00
parent 3d5121233d
commit f3855919f3

View file

@ -41,7 +41,7 @@ in stdenv.mkDerivation {
meta = {
homepage = "http://labs.bittorrent.com/experiments/sync.html";
description = "Automatically sync files via secure, distributed technology.";
license = stdenv.lib.licenses.unfreeRedistributable;
license = stdenv.lib.licenses.unfree;
maintainers = [ stdenv.lib.maintainers.iElectric ];
};
}