Apply suggestions from code review
Co-Authored-By: chessai <chessai@users.noreply.github.com>
This commit is contained in:
parent
b3ce4cd77f
commit
b3525cd210
@ -36,7 +36,7 @@ in stdenv.mkDerivation {
|
|||||||
description = "OpenConnect client extended to support Palo Alto Networks' GlobalProtect VPN";
|
description = "OpenConnect client extended to support Palo Alto Networks' GlobalProtect VPN";
|
||||||
homepage = https://github.com/dlenski/openconnect/;
|
homepage = https://github.com/dlenski/openconnect/;
|
||||||
license = licenses.lgpl21;
|
license = licenses.lgpl21;
|
||||||
maintainers = with stdenv.lib.maintainers; [ chessai ];
|
maintainers = with maintainers; [ chessai ];
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user