python311Packages.simplefix: add changelog to meta
This commit is contained in:
parent
59a058bd02
commit
43185ef7d6
@ -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 ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user