mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
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; {
|
||||
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 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue