python310Packages.in-place: add changelog to meta
This commit is contained in:
parent
6fe937eb7b
commit
0b76dd155c
@ -14,7 +14,7 @@ buildPythonPackage rec {
|
||||
owner = "jwodder";
|
||||
repo = "inplace";
|
||||
rev = "refs/tags/v${version}";
|
||||
sha256 = "sha256-TfWfSb1GslzcT30/xvBg5Xui7ptp7+g89Fq/giLCoQ8=";
|
||||
hash = "sha256-TfWfSb1GslzcT30/xvBg5Xui7ptp7+g89Fq/giLCoQ8=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
@ -32,6 +32,7 @@ buildPythonPackage rec {
|
||||
meta = with lib; {
|
||||
description = "In-place file processing";
|
||||
homepage = "https://github.com/jwodder/inplace";
|
||||
changelog = "https://github.com/jwodder/inplace/blob/v${version}/CHANGELOG.md";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ samuela ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user