python310Packages.dissect-shellitem: add changelog to meta

This commit is contained in:
Fabian Affolter
2023-02-11 10:44:47 +01:00
committed by Florian Brandes
parent d7f84b289e
commit 64a1870c1c

View File

@@ -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 ];
}; };