mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 12:07:47 +00:00
python311Packages.gpiozero: add changelog to meta
This commit is contained in:
parent
a505e07f38
commit
7ae0558145
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user