Skip to content

Commit

Permalink
openvpn: adding missing mainProgram value
Browse files Browse the repository at this point in the history
  • Loading branch information
D3vil0p3r authored and D3vil0p3r committed Jan 18, 2024
1 parent 1e0e75a commit 204c3d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/tools/networking/openvpn/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ let

meta = with lib; {
description = "A robust and highly flexible tunneling application";
mainProgram = "openvpn";
downloadPage = "https://openvpn.net/community-downloads/";
homepage = "https://openvpn.net/";
license = licenses.gpl2Only;
Expand Down

0 comments on commit 204c3d6

Please sign in to comment.