python311Packages.simplefix: add changelog to meta
This commit is contained in:
parent
59a058bd02
commit
43185ef7d6
@ -19,6 +19,7 @@ buildPythonPackage rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Simple FIX Protocol implementation for Python";
|
description = "Simple FIX Protocol implementation for Python";
|
||||||
homepage = "https://github.com/da4089/simplefix";
|
homepage = "https://github.com/da4089/simplefix";
|
||||||
|
changelog = "https://github.com/da4089/simplefix/releases/tag/v${version}";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ catern ];
|
maintainers = with maintainers; [ catern ];
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user