python310Packages.ring-doorbell: add changelog to meta

This commit is contained in:
Fabian Affolter
2023-09-16 11:30:05 +02:00
committed by GitHub
parent 68b0b4acb9
commit 43fd960cdc
@@ -42,6 +42,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python library to communicate with Ring Door Bell";
homepage = "https://github.com/tchellomello/python-ring-doorbell";
changelog = "https://github.com/tchellomello/python-ring-doorbell/releases/tag/${version}";
license = licenses.lgpl3Plus;
maintainers = with maintainers; [ graham33 ];
};