tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
python311Packages.simplefix: add changelog to meta
Fabian Affolter
2 years ago
43185ef7
59a058bd
+1
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
simplefix
default.nix
+1
pkgs/development/python-modules/simplefix/default.nix
reviewed
···
19
19
meta = with lib; {
20
20
description = "Simple FIX Protocol implementation for Python";
21
21
homepage = "https://github.com/da4089/simplefix";
22
22
+
changelog = "https://github.com/da4089/simplefix/releases/tag/v${version}";
22
23
license = licenses.mit;
23
24
maintainers = with maintainers; [ catern ];
24
25
};