mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 03:25:36 +00:00
openconnect: fix license information
The project seems to be licensed under LGPL 2.1 *only*.
This commit is contained in:
parent
2d1090a058
commit
61f556a60b
@ -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
Block a user