From 43185ef7d6354ba9aafef047647ff8400b9d1eb3 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 18 Sep 2023 09:21:17 +0200 Subject: [PATCH] python311Packages.simplefix: add changelog to meta --- pkgs/development/python-modules/simplefix/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/simplefix/default.nix b/pkgs/development/python-modules/simplefix/default.nix index 1f53bf3a89b6..7ea8182d1acc 100644 --- a/pkgs/development/python-modules/simplefix/default.nix +++ b/pkgs/development/python-modules/simplefix/default.nix @@ -19,6 +19,7 @@ buildPythonPackage rec { meta = with lib; { description = "Simple FIX Protocol implementation for Python"; homepage = "https://github.com/da4089/simplefix"; + changelog = "https://github.com/da4089/simplefix/releases/tag/v${version}"; license = licenses.mit; maintainers = with maintainers; [ catern ]; };