gnomeExtensions.easyScreenCast: remove doronbehar from maintainers

I use https://git.dec05eba.com/gpu-screen-recorder-gtk/ instead
(packaged with the same name).
This commit is contained in:
Doron Behar
2025-04-13 21:38:16 +03:00
parent cec00a0483
commit acb77f4547
@@ -42,7 +42,7 @@ stdenv.mkDerivation (finalAttrs: {
description = "Simplifies the use of the video recording function integrated in gnome shell";
homepage = "https://github.com/EasyScreenCast/EasyScreenCast";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ doronbehar ];
maintainers = with lib.maintainers; [ ];
platforms = lib.platforms.linux;
};
})