mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
libreswan: fix license information
This commit is contained in:
parent
4360e235e0
commit
edc797fdd3
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user