Unverified Commit 652e92b8 authored by Bobby Rong's avatar Bobby Rong Committed by GitHub
Browse files

Merge pull request #207266 from Leixb/miniupnpc-main

miniupnpc: set meta.mainProgram
parents 99dd8e6f abbe1233
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -38,5 +38,6 @@ stdenv.mkDerivation rec {
    description = "A client that implements the UPnP Internet Gateway Device (IGD) specification";
    platforms = with platforms; linux ++ freebsd ++ darwin;
    license = licenses.bsd3;
    mainProgram = "upnpc";
  };
}