vlan: add homepage

This commit is contained in:
jopejoe1
2025-03-26 20:44:12 +01:00
parent f789e80ec2
commit f17d336b3b
+1
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";