gnomeExtensions.window-corner-preview: remove myself from maintainers
This commit is contained in:
parent
db96e455ed
commit
2c6b84d6c3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue