vlan: add license
This commit is contained in:
parent
6e94773854
commit
fc080c22f8
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user