vlan: add license

This commit is contained in:
Markus Kowalewski
2018-09-10 22:16:22 +02:00
parent 6e94773854
commit fc080c22f8
+3 -2
View File
@@ -25,8 +25,9 @@ stdenv.mkDerivation rec {
cp vconfig.8 $out/share/man/man8/ cp vconfig.8 $out/share/man/man8/
''; '';
meta = { meta = with stdenv.lib; {
description = "User mode programs to enable VLANs on Ethernet devices"; description = "User mode programs to enable VLANs on Ethernet devices";
platforms = stdenv.lib.platforms.linux; platforms = platforms.linux;
license = licenses.gpl2Plus;
}; };
} }