Libtorrent-rasterbar: fix license
svn path=/nixpkgs/trunk/; revision=24687
This commit is contained in:
parent
ed7bb66d5a
commit
87d199330f
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://www.rasterbar.com/products/libtorrent/;
|
homepage = http://www.rasterbar.com/products/libtorrent/;
|
||||||
description = "A C++ BitTorrent implementation focusing on efficiency and scalability";
|
description = "A C++ BitTorrent implementation focusing on efficiency and scalability";
|
||||||
license = licenses.bsd;
|
license = licenses.bsd3;
|
||||||
maintainers = [ maintainers.phreedom ];
|
maintainers = [ maintainers.phreedom ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user