libreswan: fix license information

This commit is contained in:
rnhmjoj 2021-05-13 12:44:20 +02:00
parent 4360e235e0
commit edc797fdd3
No known key found for this signature in database
GPG Key ID: BFBAF4C975F76450

View File

@ -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 ];
};
}