python310Packages.fakeredis: add changelog to meta

This commit is contained in:
Fabian Affolter 2022-11-30 21:14:25 +01:00 committed by GitHub
parent 9c02c436c6
commit bf00facf84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -61,6 +61,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Fake implementation of Redis API";
homepage = "https://github.com/dsoftwareinc/fakeredis-py";
changelog = "https://github.com/cunla/fakeredis-py/releases/tag/v${version}";
license = with licenses; [ mit ];
maintainers = with maintainers; [ fab ];
};