From ca822778fd39c1323d576ce6b361c5c66239fc25 Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Wed, 3 Sep 2025 22:57:57 +0200 Subject: [PATCH] libofx: switch license to gpl2Only --- pkgs/by-name/li/libofx/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = [ ]; };