From 786e3e89ada20566f9ac8ede7eee2e98e440a4b6 Mon Sep 17 00:00:00 2001 From: Philipp Bartsch Date: Thu, 22 Jan 2026 12:17:39 +0100 Subject: [PATCH] python3Packages.dissect-cstruct: update license With dissect.cstruct release 3.4 the license changed to Apache 2.0. https://github.com/fox-it/dissect.cstruct/releases/tag/3.4 --- pkgs/development/python-modules/dissect-cstruct/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/dissect-cstruct/default.nix b/pkgs/development/python-modules/dissect-cstruct/default.nix index 3d379304fac0..955dfd829c71 100644 --- a/pkgs/development/python-modules/dissect-cstruct/default.nix +++ b/pkgs/development/python-modules/dissect-cstruct/default.nix @@ -32,7 +32,7 @@ buildPythonPackage rec { description = "Dissect module implementing a parser for C-like structures"; homepage = "https://github.com/fox-it/dissect.cstruct"; changelog = "https://github.com/fox-it/dissect.cstruct/releases/tag/${src.tag}"; - license = lib.licenses.agpl3Only; + license = lib.licenses.asl20; maintainers = with lib.maintainers; [ fab ]; }; }