libreswan: fix license information
This commit is contained in:
parent
4360e235e0
commit
edc797fdd3
@ -131,7 +131,7 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = "https://libreswan.org";
|
homepage = "https://libreswan.org";
|
||||||
description = "A free software implementation of the VPN protocol based on IPSec and the Internet Key Exchange";
|
description = "A free software implementation of the VPN protocol based on IPSec and the Internet Key Exchange";
|
||||||
platforms = platforms.linux ++ platforms.freebsd;
|
platforms = platforms.linux ++ platforms.freebsd;
|
||||||
license = licenses.gpl2;
|
license = with licenses; [ gpl2Plus mpl20 ] ;
|
||||||
maintainers = [ maintainers.afranchuk ];
|
maintainers = [ maintainers.afranchuk ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user