mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +00:00
pythpn310Packages.pybravia: add changelog to meta
This commit is contained in:
parent
4ec86b13c9
commit
a3585c8234
@ -38,6 +38,7 @@ buildPythonPackage rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Library for remote control of Sony Bravia TVs 2013 and newer";
|
description = "Library for remote control of Sony Bravia TVs 2013 and newer";
|
||||||
homepage = "https://github.com/Drafteed/pybravia";
|
homepage = "https://github.com/Drafteed/pybravia";
|
||||||
|
changelog = "https://github.com/Drafteed/pybravia/releases/tag/v${version}";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ fab ];
|
maintainers = with maintainers; [ fab ];
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user