libreswan: add license

wip/yesman
Markus Kowalewski 6 years ago
parent 460c0145e7
commit bb27094df1
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB
  1. 7
      pkgs/tools/networking/libreswan/default.nix

@ -76,10 +76,11 @@ stdenv.mkDerivation {
enableParallelBuilding = true;
meta = {
meta = with stdenv.lib; {
homepage = https://libreswan.org;
description = "A free software implementation of the VPN protocol based on IPSec and the Internet Key Exchange";
platforms = stdenv.lib.platforms.linux ++ stdenv.lib.platforms.darwin ++ stdenv.lib.platforms.freebsd;
maintainers = [ stdenv.lib.maintainers.afranchuk ];
platforms = platforms.linux ++ platforms.darwin ++ platforms.freebsd;
license = licenses.gpl2;
maintainers = [ maintainers.afranchuk ];
};
}

Loading…
Cancel
Save