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:
Ross Light 2023-08-19 09:04:09 -07:00 committed by GitHub
parent 65d41fb588
commit 95af888fe3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ];
};