python310Packages.brother: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-02-23 23:51:38 +01:00 committed by Martin Weinelt
parent 3731799d9f
commit 93414a06d5
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -41,6 +41,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python wrapper for getting data from Brother laser and inkjet printers via SNMP";
homepage = "https://github.com/bieniu/brother";
changelog = "https://github.com/bieniu/brother/releases/tag/${version}";
license = licenses.asl20;
maintainers = with maintainers; [ hexa ];
};