python310Packages.rebulk: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-02-24 08:51:11 +01:00
parent 01830e7b68
commit 80cfa1ecef

View File

@ -15,8 +15,10 @@ buildPythonPackage rec {
propagatedBuildInputs = [ six regex ];
meta = with lib; {
homepage = "https://github.com/Toilal/rebulk/";
license = licenses.mit;
description = "Advanced string matching from simple patterns";
homepage = "https://github.com/Toilal/rebulk/";
changelog = "https://github.com/Toilal/rebulk/blob/v${version}/CHANGELOG.md";
license = licenses.mit;
maintainers = with maintainers; [ ];
};
}