libofx: switch license to gpl2Only

This commit is contained in:
jopejoe1
2025-09-28 18:47:21 +02:00
parent faebe22e34
commit ca822778fd
+1 -1
View File
@@ -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 = [ ];
};