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
This commit is contained in:
@@ -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 ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user