python3.pkgs.pywlroots: add doronbehar to maintainers

This commit is contained in:
Doron Behar
2025-12-23 15:09:59 +02:00
parent 1245fad6f4
commit 1bbd720e03
@@ -65,6 +65,9 @@ buildPythonPackage rec {
description = "Python bindings to wlroots using cffi";
license = lib.licenses.ncsa;
platforms = lib.platforms.linux;
maintainers = with lib.maintainers; [ chvp ];
maintainers = with lib.maintainers; [
chvp
doronbehar
];
};
}