volatility3: use license from lib.licenses (#554235)

This commit is contained in:
Fabian Affolter
2026-08-21 22:44:13 +00:00
committed by GitHub
2 changed files with 3 additions and 5 deletions

View File

@@ -1648,6 +1648,8 @@ lib.mapAttrs mkLicense (
vol-sl = {
fullName = "Volatility Software License, Version 1.0";
url = "https://www.volatilityfoundation.org/license/vsl-v1.0";
free = false;
redistributable = true;
};
vsl10 = {

View File

@@ -54,11 +54,7 @@ python3.pkgs.buildPythonApplication (finalAttrs: {
description = "Volatile memory extraction frameworks";
homepage = "https://www.volatilityfoundation.org/";
changelog = "https://github.com/volatilityfoundation/volatility3/releases/tag/${finalAttrs.src.tag}";
license = {
# Volatility Software License 1.0
free = false;
url = "https://www.volatilityfoundation.org/license/vsl-v1.0";
};
license = lib.licenses.vol-sl;
maintainers = with lib.maintainers; [
caverav
fab