From f3855919f3bb82b0229741d249907f7f155b64ca Mon Sep 17 00:00:00 2001 From: Domen Kozar Date: Mon, 13 May 2013 00:04:59 +0200 Subject: [PATCH] btsync: unredistributable --- pkgs/applications/networking/bittorrentsync/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/networking/bittorrentsync/default.nix b/pkgs/applications/networking/bittorrentsync/default.nix index dedf9b7b3ab2..91afc98bd4af 100644 --- a/pkgs/applications/networking/bittorrentsync/default.nix +++ b/pkgs/applications/networking/bittorrentsync/default.nix @@ -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 ]; }; }