python310Packages.in-place: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-10-14 20:49:58 +02:00 committed by GitHub
parent 6fe937eb7b
commit 0b76dd155c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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