ipsec-tools: add license

This commit is contained in:
Markus Kowalewski 2018-08-30 00:32:24 +02:00
parent d3273b1ce7
commit 24ca5183b1
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB

View File

@ -42,9 +42,10 @@ stdenv.mkDerivation rec {
"--enable-stats"
];
meta = {
meta = with stdenv.lib; {
homepage = http://ipsec-tools.sourceforge.net/;
description = "Port of KAME's IPsec utilities to the Linux-2.6 IPsec implementation";
platforms = stdenv.lib.platforms.linux;
license = licenses.bsd3;
platforms = platforms.linux;
};
}