lol

Merge pull request #207266 from Leixb/miniupnpc-main

miniupnpc: set meta.mainProgram

authored by

Bobby Rong and committed by
GitHub
652e92b8 99dd8e6f

+1
+1
pkgs/tools/networking/miniupnpc/default.nix
··· 38 38 description = "A client that implements the UPnP Internet Gateway Device (IGD) specification"; 39 39 platforms = with platforms; linux ++ freebsd ++ darwin; 40 40 license = licenses.bsd3; 41 + mainProgram = "upnpc"; 41 42 }; 42 43 }