vlan: add license

This commit is contained in:
Markus Kowalewski 2018-09-10 21:52:21 +02:00
parent 6e94773854
commit fc080c22f8
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB

View File

@ -25,8 +25,9 @@ stdenv.mkDerivation rec {
cp vconfig.8 $out/share/man/man8/
'';
meta = {
meta = with stdenv.lib; {
description = "User mode programs to enable VLANs on Ethernet devices";
platforms = stdenv.lib.platforms.linux;
platforms = platforms.linux;
license = licenses.gpl2Plus;
};
}