Unverified Commit 95af888f authored by Ross Light's avatar Ross Light Committed by GitHub
Browse files

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).
parent 65d41fb5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 ];
  };