Apply suggestions from code review

Co-Authored-By: chessai <chessai@users.noreply.github.com>
This commit is contained in:
worldofpeace 2018-11-17 14:29:09 -05:00 committed by chessai
parent 978272e8a9
commit e5df59548e

View File

@ -36,10 +36,10 @@ in stdenv.mkDerivation {
nativeBuildInputs = [ pkgconfig autoreconfHook ]; nativeBuildInputs = [ pkgconfig autoreconfHook ];
propagatedBuildInputs = [ vpnc openssl gnutls gmp libxml2 stoken zlib ]; propagatedBuildInputs = [ vpnc openssl gnutls gmp libxml2 stoken zlib ];
meta = { meta = with stdenv.lib; {
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 = stdenv.lib.licenses.lgpl21; license = licenses.lgpl21;
maintainers = with stdenv.lib.maintainers; [ chessai ]; maintainers = with stdenv.lib.maintainers; [ chessai ];
platforms = stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.linux;
}; };