about summary refs log tree commit diff
path: root/pkgs/applications/networking/bittorrentsync
diff options
context:
space:
mode:
authorDomen Kozar <domen@dev.si>2013-05-13 00:04:59 +0200
committerDomen Kozar <domen@dev.si>2013-05-13 00:05:06 +0200
commitf3855919f3bb82b0229741d249907f7f155b64ca (patch)
treecc70ce3360b7633e077336b9d2f59012acf6ff32 /pkgs/applications/networking/bittorrentsync
parent3d5121233d4b84a839c44076210976bf37d2b4f5 (diff)
btsync: unredistributable
Diffstat (limited to 'pkgs/applications/networking/bittorrentsync')
-rw-r--r--pkgs/applications/networking/bittorrentsync/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/bittorrentsync/default.nix b/pkgs/applications/networking/bittorrentsync/default.nix
index dedf9b7b3ab25..91afc98bd4afc 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 ];
   };
 }