Commit acb77f45 authored by Doron Behar's avatar Doron Behar
Browse files

gnomeExtensions.easyScreenCast: remove doronbehar from maintainers

I use https://git.dec05eba.com/gpu-screen-recorder-gtk/ instead
(packaged with the same name).
parent cec00a04
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
  };
})