python3.pkgs.pywlroots: add doronbehar to maintainers
This commit is contained in:
@@ -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
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user