sosreport: fix license

This commit is contained in:
natsukium
2025-04-26 16:56:41 +09:00
parent 6ce19c64d3
commit 1bd5943219

View File

@@ -45,7 +45,7 @@ buildPythonPackage rec {
meta = {
description = "Unified tool for collecting system logs and other debug information";
homepage = "https://github.com/sosreport/sos";
license = lib.licenses.gpl2Only;
license = lib.licenses.gpl2Plus;
maintainers = [ ];
};
}