Merge pull request #113917 from ymatsiuk/appgate
appgate-sdp: fix substitution bug
This commit is contained in:
commit
8377eef027
@ -174,7 +174,7 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Appgate SDP (Software Defined Perimeter) desktop client";
|
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;
|
license = licenses.unfree;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ ymatsiuk ];
|
maintainers = with maintainers; [ ymatsiuk ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user