gnomeExtensions.window-corner-preview: remove myself from maintainers

This commit is contained in:
Jan Tojnar 2022-10-26 20:53:00 +02:00
parent db96e455ed
commit 2c6b84d6c3

View file

@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "GNOME Shell extension showing a video preview on the corner of the screen"; description = "GNOME Shell extension showing a video preview on the corner of the screen";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ jtojnar ]; maintainers = with maintainers; [ ];
homepage = "https://github.com/medenagan/window-corner-preview"; homepage = "https://github.com/medenagan/window-corner-preview";
broken = lib.versionAtLeast gnome.gnome-shell.version "3.32"; # Doesn't support 3.34 broken = lib.versionAtLeast gnome.gnome-shell.version "3.32"; # Doesn't support 3.34
}; };