python311Packages.simplefix: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-09-18 09:21:17 +02:00
parent 59a058bd02
commit 43185ef7d6

View File

@ -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 ];
};