Commit 44ef7280 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python310Packages.pyrainbird: add changelog to meta

parent 0776b54a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -53,6 +53,7 @@ buildPythonPackage rec {
  meta = with lib; {
    description = "Module to interact with Rainbird controllers";
    homepage = "https://github.com/jbarrancos/pyrainbird/";
    changelog = "https://github.com/jbarrancos/pyrainbird/releases/tag/${version}";
    license = with licenses; [ mit ];
    maintainers = with maintainers; [ fab ];
  };