python311Packages.gpiozero: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-08-23 12:38:42 +02:00
parent a505e07f38
commit 7ae0558145

View File

@ -44,10 +44,10 @@ buildPythonPackage rec {
pytestCheckHook
];
meta = with lib; {
description = "A simple interface to GPIO devices with Raspberry Pi";
homepage = "https://github.com/gpiozero/gpiozero";
changelog = "https://github.com/gpiozero/gpiozero/blob/v${version}/docs/changelog.rst";
license = licenses.bsd3;
platforms = platforms.linux;
maintainers = with maintainers; [ hexa ];