From 87d199330f0af60eed67d9f6ec4a9f4b2d544605 Mon Sep 17 00:00:00 2001 From: Evgeny Egorochkin <phreedom.stdin@gmail.com> Date: Mon, 15 Nov 2010 09:52:52 +0000 Subject: [PATCH] Libtorrent-rasterbar: fix license svn path=/nixpkgs/trunk/; revision=24687 --- pkgs/development/libraries/libtorrent-rasterbar/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/libraries/libtorrent-rasterbar/default.nix b/pkgs/development/libraries/libtorrent-rasterbar/default.nix index 23cbaa2f97b8..90b643c11c1e 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 ]; }; }