Unverified Commit d75a057b authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #250205 from zombiezen/zeromq-license

zeromq: update license to LGPL
parents c54dca5c 95af888f
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 ];
  };