python310Packages.cachetools: add changelog to meta

This commit is contained in:
Fabian Affolter
2023-01-09 17:34:20 +01:00
parent 68db144c66
commit b96c01108f
@@ -15,7 +15,7 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "tkem";
repo = pname;
rev = "v${version}";
rev = "refs/tags/v${version}";
hash = "sha256-DheHTD62f1ZxoiS0y0/CzDMHvKGmEiEUAX6oaqTpB78=";
};
@@ -30,6 +30,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Extensible memoizing collections and decorators";
homepage = "https://github.com/tkem/cachetools";
changelog = "https://github.com/tkem/cachetools/blob/v${version}/CHANGELOG.rst";
license = with licenses; [ mit ];
maintainers = with maintainers; [ fab ];
};