python310Packages.dissect-shellitem: add changelog to meta
This commit is contained in:
@@ -19,7 +19,7 @@ buildPythonPackage rec {
|
|||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "fox-it";
|
owner = "fox-it";
|
||||||
repo = "dissect.shellitem";
|
repo = "dissect.shellitem";
|
||||||
rev = version;
|
rev = "refs/tags/${version}";
|
||||||
hash = "sha256-z0/KSOgo5Gnl4MLOY5eUPHlI/8dCyYaEEiKMmkP7cgg=";
|
hash = "sha256-z0/KSOgo5Gnl4MLOY5eUPHlI/8dCyYaEEiKMmkP7cgg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -46,6 +46,7 @@ buildPythonPackage rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Dissect module implementing a parser for the Shellitem structures";
|
description = "Dissect module implementing a parser for the Shellitem structures";
|
||||||
homepage = "https://github.com/fox-it/dissect.shellitem";
|
homepage = "https://github.com/fox-it/dissect.shellitem";
|
||||||
|
changelog = "";
|
||||||
license = licenses.agpl3Only;
|
license = licenses.agpl3Only;
|
||||||
maintainers = with maintainers; [ fab ];
|
maintainers = with maintainers; [ fab ];
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user