python313Packages.pysigma-backend-sqlite: update license entry

This commit is contained in:
Fabian Affolter
2025-12-23 09:33:10 +01:00
parent 90ace88742
commit 44fc00c340
@@ -35,7 +35,7 @@ buildPythonPackage rec {
description = "Library to support sqlite for pySigma";
homepage = "https://github.com/SigmaHQ/pySigma-backend-sqlite";
changelog = "https://github.com/SigmaHQ/pySigma-backend-sqlite/releases/tag/v${version}";
license = with lib.licenses; [ lgpl3Only ];
license = lib.licenses.lgpl3Only;
maintainers = with lib.maintainers; [ fab ];
};
}