Merge pull request #250205 from zombiezen/zeromq-license

zeromq: update license to LGPL
This commit is contained in:
Nick Cao
2023-08-20 18:04:12 +08:00
committed by GitHub
+1 -1
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 ];
};