openconnect: fix license information

The project seems to be licensed under LGPL 2.1 *only*.
This commit is contained in:
rnhmjoj 2021-05-25 11:03:32 +02:00
parent 2d1090a058
commit 61f556a60b
No known key found for this signature in database
GPG key ID: BFBAF4C975F76450

View file

@ -55,7 +55,7 @@ in stdenv.mkDerivation rec {
meta = with lib; {
description = "VPN Client for Cisco's AnyConnect SSL VPN";
homepage = "http://www.infradead.org/openconnect/";
license = licenses.lgpl21;
license = licenses.lgpl21Only;
maintainers = with maintainers; [ pradeepchhetri tricktron ];
platforms = lib.platforms.linux ++ lib.platforms.darwin;
};