Unverified Commit 410dfd65 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python310Packages.aioslimproto: add changelog to meta

parent 3d37d1bc
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -35,6 +35,7 @@ buildPythonPackage rec {
  meta = with lib; {
    description = "Module to control Squeezebox players";
    homepage = "https://github.com/home-assistant-libs/aioslimproto";
    changelog = "https://github.com/home-assistant-libs/aioslimproto/releases/tag/${version}";
    license = with licenses; [ asl20 ];
    maintainers = with maintainers; [ fab ];
  };