Skip to content

Commit

Permalink
Merge pull request #207266 from Leixb/miniupnpc-main
Browse files Browse the repository at this point in the history
miniupnpc: set meta.mainProgram
  • Loading branch information
bobby285271 committed Dec 22, 2022
2 parents 99dd8e6 + abbe123 commit 652e92b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/tools/networking/miniupnpc/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
};
}

0 comments on commit 652e92b

Please sign in to comment.