python311Packages.pebble: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-11-22 08:32:44 +01:00 committed by GitHub
parent 53cfd47235
commit f926076200
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,6 +32,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "API to manage threads and processes within an application";
homepage = "https://github.com/noxdafox/pebble";
changelog = "https://github.com/noxdafox/pebble/releases/tag/${version}";
license = licenses.lgpl3Plus;
maintainers = with maintainers; [ orivej ];
};