python312Packages.enlighten: add doronbehar as co-maintainer

This commit is contained in:
Doron Behar
2025-03-10 14:29:12 +02:00
parent d42e03d24f
commit 218b2dec73
@@ -48,6 +48,9 @@ buildPythonPackage rec {
homepage = "https://github.com/Rockhopper-Technologies/enlighten";
changelog = "https://github.com/Rockhopper-Technologies/enlighten/releases/tag/${version}";
license = with lib.licenses; [ mpl20 ];
maintainers = with lib.maintainers; [ veprbl ];
maintainers = with lib.maintainers; [
veprbl
doronbehar
];
};
}