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:
parent
fc8280a67c
commit
b6f4ae45b7
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue