From bf00facf84b962615ee90f53d075caa681684644 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 30 Nov 2022 21:14:25 +0100 Subject: [PATCH] python310Packages.fakeredis: add changelog to meta --- pkgs/development/python-modules/fakeredis/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/fakeredis/default.nix b/pkgs/development/python-modules/fakeredis/default.nix index 821794b4b349..cc45b86ab626 100644 --- a/pkgs/development/python-modules/fakeredis/default.nix +++ b/pkgs/development/python-modules/fakeredis/default.nix @@ -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 ]; };