Merge pull request #113917 from ymatsiuk/appgate

appgate-sdp: fix substitution bug
This commit is contained in:
Elis Hirwing 2021-02-22 10:05:54 +01:00 committed by GitHub
commit 8377eef027
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -174,7 +174,7 @@ stdenv.mkDerivation rec {
'';
meta = with lib; {
description = "Appgate SDP (Software Defined Perimeter) desktop client";
homepage = https://www.appgate.com/support/software-defined-perimeter-support;
homepage = "https://www.appgate.com/support/software-defined-perimeter-support";
license = licenses.unfree;
platforms = platforms.linux;
maintainers = with maintainers; [ ymatsiuk ];