diff --git a/pkgs/by-name/li/libofx/package.nix b/pkgs/by-name/li/libofx/package.nix index 7511ea6b63da..a5cbe80e7bf2 100644 --- a/pkgs/by-name/li/libofx/package.nix +++ b/pkgs/by-name/li/libofx/package.nix @@ -43,7 +43,7 @@ stdenv.mkDerivation rec { meta = { description = "Opensource implementation of the Open Financial eXchange specification"; homepage = "https://libofx.sourceforge.net/"; - license = "LGPL"; + license = lib.licenses.gpl2Only; platforms = lib.platforms.unix; maintainers = [ ]; };