openvpn: adding missing mainProgram value

This commit is contained in:
D3vil0p3r 2024-01-18 10:16:59 +01:00 committed by D3vil0p3r
parent 1e0e75ae75
commit 204c3d6d38

View File

@ -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;