From a3585c8234db18cbcc626fcded549f2f6fc402e0 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 30 Dec 2022 11:15:38 +0100 Subject: [PATCH] pythpn310Packages.pybravia: add changelog to meta --- pkgs/development/python-modules/pybravia/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/pybravia/default.nix b/pkgs/development/python-modules/pybravia/default.nix index 89aedb3de0bf..387e6575c3a3 100644 --- a/pkgs/development/python-modules/pybravia/default.nix +++ b/pkgs/development/python-modules/pybravia/default.nix @@ -38,6 +38,7 @@ buildPythonPackage rec { meta = with lib; { description = "Library for remote control of Sony Bravia TVs 2013 and newer"; homepage = "https://github.com/Drafteed/pybravia"; + changelog = "https://github.com/Drafteed/pybravia/releases/tag/v${version}"; license = licenses.mit; maintainers = with maintainers; [ fab ]; };