libreswan: add license
This commit is contained in:
parent
460c0145e7
commit
bb27094df1
@ -76,10 +76,11 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
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 = stdenv.lib.platforms.linux ++ stdenv.lib.platforms.darwin ++ stdenv.lib.platforms.freebsd;
|
platforms = platforms.linux ++ platforms.darwin ++ platforms.freebsd;
|
||||||
maintainers = [ stdenv.lib.maintainers.afranchuk ];
|
license = licenses.gpl2;
|
||||||
|
maintainers = [ maintainers.afranchuk ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user