openconnect: fix license information

The project seems to be licensed under LGPL 2.1 *only*.

(cherry picked from commit 61f556a60b2aa171fd90c8edc0f7857df4492512)
This commit is contained in:
rnhmjoj 2021-05-25 11:03:32 +02:00
parent fc8280a67c
commit b6f4ae45b7
No known key found for this signature in database
GPG Key ID: BFBAF4C975F76450
1 changed files with 1 additions and 1 deletions

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;
};