lol

python311Packages.simplefix: add changelog to meta

+1
+1
pkgs/development/python-modules/simplefix/default.nix
··· 19 19 meta = with lib; { 20 20 description = "Simple FIX Protocol implementation for Python"; 21 21 homepage = "https://github.com/da4089/simplefix"; 22 + changelog = "https://github.com/da4089/simplefix/releases/tag/v${version}"; 22 23 license = licenses.mit; 23 24 maintainers = with maintainers; [ catern ]; 24 25 };