Unverified Commit 7ef6aea3 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python310Packages.aiopulse: add changelog to meta

parent 25c1d327
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -37,6 +37,7 @@ buildPythonPackage rec {
      binary protocol to issues commands to the Pulse Hub.
    '';
    homepage = "https://github.com/atmurray/aiopulse";
    changelog = "https://github.com/atmurray/aiopulse/releases/tag/v${version}";
    license = with licenses; [ asl20 ];
    maintainers = with maintainers; [ fab ];
  };