nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

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).

authored by

Ross Light and committed by
GitHub
95af888f 65d41fb5

+1 -1
+1 -1
pkgs/development/libraries/zeromq/4.x.nix
··· 41 41 branch = "4"; 42 42 homepage = "http://www.zeromq.org"; 43 43 description = "The Intelligent Transport Layer"; 44 - license = licenses.gpl3; 44 + license = licenses.lgpl3Plus; 45 45 platforms = platforms.all; 46 46 maintainers = with maintainers; [ fpletz ]; 47 47 };