Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

python310Packages.aioslimproto: add changelog to meta

authored by Fabian Affolter and committed by GitHub 410dfd65 3d37d1bc

+1
+1
pkgs/development/python-modules/aioslimproto/default.nix
··· 35 35 meta = with lib; { 36 36 description = "Module to control Squeezebox players"; 37 37 homepage = "https://github.com/home-assistant-libs/aioslimproto"; 38 + changelog = "https://github.com/home-assistant-libs/aioslimproto/releases/tag/${version}"; 38 39 license = with licenses; [ asl20 ]; 39 40 maintainers = with maintainers; [ fab ]; 40 41 };