vlan: add homepage

This commit is contained in:
jopejoe1 2025-03-25 11:23:13 +01:00
parent f789e80ec2
commit f17d336b3b

View File

@ -30,6 +30,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "User mode programs to enable VLANs on Ethernet devices";
homepage = "https://www.candelatech.com/~greear/vlan.html";
platforms = platforms.linux;
license = licenses.gpl2Plus;
mainProgram = "vconfig";