freeimage: correct license

This commit is contained in:
jopejoe1
2025-09-03 22:55:50 +02:00
parent 0491690bd6
commit 66702e3f99

View File

@@ -113,7 +113,11 @@ stdenv.mkDerivation (finalAttrs: {
meta = {
description = "Open Source library for accessing popular graphics image file formats";
homepage = "http://freeimage.sourceforge.net/";
license = "GPL";
license = with lib.licenses; [
freeimage
gpl2Only
gpl3Only
];
knownVulnerabilities = [
"CVE-2024-31570"
"CVE-2024-28584"