Unverified Commit 9993f413 authored by h7x4's avatar h7x4 Committed by GitHub
Browse files

Merge pull request #281736 from D3vil0p3r/patch-13

openvpn: adding missing mainProgram value
parents 6296c64c 204c3d6d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;