diff --git a/pkgs/tools/networking/libreswan/default.nix b/pkgs/tools/networking/libreswan/default.nix index e831618d81b..4a69bc1e993 100644 --- a/pkgs/tools/networking/libreswan/default.nix +++ b/pkgs/tools/networking/libreswan/default.nix @@ -131,7 +131,7 @@ stdenv.mkDerivation rec { homepage = "https://libreswan.org"; description = "A free software implementation of the VPN protocol based on IPSec and the Internet Key Exchange"; platforms = platforms.linux ++ platforms.freebsd; - license = licenses.gpl2; + license = with licenses; [ gpl2Plus mpl20 ] ; maintainers = [ maintainers.afranchuk ]; }; }