python3Packages.dissect-{cstruct,cobaltstrike,database,util}: update license (#482648)
This commit is contained in:
@@ -80,7 +80,7 @@ buildPythonPackage rec {
|
||||
description = "Dissect module implementing a parser for Cobalt Strike related data";
|
||||
homepage = "https://github.com/fox-it/dissect.cobaltstrike";
|
||||
changelog = "https://github.com/fox-it/dissect.cobaltstrike/releases/tag/${src.tag}";
|
||||
license = lib.licenses.agpl3Only;
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ fab ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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 ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -42,7 +42,7 @@ buildPythonPackage rec {
|
||||
description = "Dissect module implementing a parser for various database formats";
|
||||
homepage = "https://github.com/fox-it/dissect.database";
|
||||
changelog = "https://github.com/fox-it/dissect.database/releases/tag/${src.tag}";
|
||||
license = lib.licenses.agpl3Only;
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ fab ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -37,7 +37,7 @@ buildPythonPackage rec {
|
||||
description = "Dissect module implementing various utility functions for the other Dissect modules";
|
||||
homepage = "https://github.com/fox-it/dissect.util";
|
||||
changelog = "https://github.com/fox-it/dissect.util/releases/tag/${src.tag}";
|
||||
license = lib.licenses.agpl3Only;
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ fab ];
|
||||
mainProgram = "dump-nskeyedarchiver";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user