mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 09:03:42 +00:00
python310Packages.dissect-target: add changelog to meta
This commit is contained in:
parent
3f9a63cbb9
commit
f93506e387
@ -44,7 +44,7 @@ buildPythonPackage rec {
|
|||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "fox-it";
|
owner = "fox-it";
|
||||||
repo = "dissect.target";
|
repo = "dissect.target";
|
||||||
rev = version;
|
rev = "refs/tags/${version}";
|
||||||
hash = "sha256-QwEznweETwDTuTctOnq0n27JYXC9BO5l6BYpXsMRVq4=";
|
hash = "sha256-QwEznweETwDTuTctOnq0n27JYXC9BO5l6BYpXsMRVq4=";
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -106,6 +106,7 @@ buildPythonPackage rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Dissect module that provides a programming API and command line tools";
|
description = "Dissect module that provides a programming API and command line tools";
|
||||||
homepage = "https://github.com/fox-it/dissect.target";
|
homepage = "https://github.com/fox-it/dissect.target";
|
||||||
|
changelog = "https://github.com/fox-it/dissect.target/releases/tag/${version}";
|
||||||
license = licenses.agpl3Only;
|
license = licenses.agpl3Only;
|
||||||
maintainers = with maintainers; [ fab ];
|
maintainers = with maintainers; [ fab ];
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user