zeromq: update license to LGPL
zeromq 4.3.4 is [released under the LGPLv3](https://github.com/zeromq/libzmq/blob/v4.3.4/README.md#license).
This commit is contained in:
parent
65d41fb588
commit
95af888fe3
@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
|
||||
branch = "4";
|
||||
homepage = "http://www.zeromq.org";
|
||||
description = "The Intelligent Transport Layer";
|
||||
license = licenses.gpl3;
|
||||
license = licenses.lgpl3Plus;
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ fpletz ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user