Merge pull request #281736 from D3vil0p3r/patch-13

openvpn: adding missing mainProgram value
This commit is contained in:
h7x4 2024-01-18 11:11:08 +01:00 committed by GitHub
commit 9993f413a1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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;