mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
volatility3: use license from lib.licenses (#554235)
This commit is contained in:
@@ -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 = {
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user