python3.pkgs.tabulate: add doronbehar to maintainers

This commit is contained in:
Doron Behar
2026-03-13 16:25:50 +02:00
parent e190313e26
commit 9fc8712b0b
@@ -42,5 +42,6 @@ buildPythonPackage rec {
mainProgram = "tabulate";
homepage = "https://github.com/astanin/python-tabulate";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ doronbehar ];
};
}