Unverified Commit f9260762 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python311Packages.pebble: add changelog to meta

parent 53cfd472
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 ];
  };