Apply suggestions from code review

Co-Authored-By: chessai <chessai@users.noreply.github.com>
This commit is contained in:
worldofpeace 2018-11-17 14:45:35 -05:00 committed by chessai
parent b3ce4cd77f
commit b3525cd210

View file

@ -36,7 +36,7 @@ in stdenv.mkDerivation {
description = "OpenConnect client extended to support Palo Alto Networks' GlobalProtect VPN";
homepage = https://github.com/dlenski/openconnect/;
license = licenses.lgpl21;
maintainers = with stdenv.lib.maintainers; [ chessai ];
platforms = stdenv.lib.platforms.linux;
maintainers = with maintainers; [ chessai ];
platforms = platforms.linux;
};
}