python310Packages.roombapy: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-03-26 01:01:11 +01:00 committed by GitHub
parent ff1488f2a5
commit 1e9adf3b4e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "pschmitt";
repo = "roombapy";
rev = version;
rev = "refs/tags/${version}";
hash = "sha256-cZoHUup3Znna4Za5twYyua3r03InapzU4c1aRrG6rpo=";
};
@ -60,6 +60,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python program and library to control Wi-Fi enabled iRobot Roombas";
homepage = "https://github.com/pschmitt/roombapy";
changelog = "https://github.com/pschmitt/roombapy/releases/tag/${version}";
license = licenses.mit;
maintainers = [ ];
};