summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorEvgeny Egorochkin <phreedom.stdin@gmail.com>2010-11-15 09:52:52 +0000
committerEvgeny Egorochkin <phreedom.stdin@gmail.com>2010-11-15 09:52:52 +0000
commit87d199330f0af60eed67d9f6ec4a9f4b2d544605 (patch)
tree851716c34627ef73b5e84f7d35d8657ea71a3ab6 /pkgs
parented7bb66d5a5aeaaa7dcfa20f797602b1f3b151fe (diff)
downloadnixpkgs-87d199330f0af60eed67d9f6ec4a9f4b2d544605.tar
nixpkgs-87d199330f0af60eed67d9f6ec4a9f4b2d544605.tar.gz
nixpkgs-87d199330f0af60eed67d9f6ec4a9f4b2d544605.tar.bz2
nixpkgs-87d199330f0af60eed67d9f6ec4a9f4b2d544605.tar.lz
nixpkgs-87d199330f0af60eed67d9f6ec4a9f4b2d544605.tar.xz
nixpkgs-87d199330f0af60eed67d9f6ec4a9f4b2d544605.tar.zst
nixpkgs-87d199330f0af60eed67d9f6ec4a9f4b2d544605.zip
Libtorrent-rasterbar: fix license
svn path=/nixpkgs/trunk/; revision=24687
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/libtorrent-rasterbar/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/libtorrent-rasterbar/default.nix b/pkgs/development/libraries/libtorrent-rasterbar/default.nix
index 23cbaa2f97b..90b643c11c1 100644
--- a/pkgs/development/libraries/libtorrent-rasterbar/default.nix
+++ b/pkgs/development/libraries/libtorrent-rasterbar/default.nix
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
   meta = with stdenv.lib; {
     homepage = http://www.rasterbar.com/products/libtorrent/;
     description = "A C++ BitTorrent implementation focusing on efficiency and scalability";
-    license = licenses.bsd;
+    license = licenses.bsd3;
     maintainers = [ maintainers.phreedom ];
   };
 }