about summary refs log tree commit diff
path: root/pkgs/desktops
diff options
context:
space:
mode:
authorMaxine Aubrey <max@ine.dev>2024-02-11 12:01:04 +0100
committerMaxine Aubrey <max@ine.dev>2024-02-11 12:01:04 +0100
commit158767db6a35153c39cdb017725ec04ec759c70b (patch)
tree2a716f7e518c80454d16954f1450d3106b37ab91 /pkgs/desktops
parent3cedce9593e80d24ee241914b8d0e8e323ad6a64 (diff)
downloadnixlib-158767db6a35153c39cdb017725ec04ec759c70b.tar
nixlib-158767db6a35153c39cdb017725ec04ec759c70b.tar.gz
nixlib-158767db6a35153c39cdb017725ec04ec759c70b.tar.bz2
nixlib-158767db6a35153c39cdb017725ec04ec759c70b.tar.lz
nixlib-158767db6a35153c39cdb017725ec04ec759c70b.tar.xz
nixlib-158767db6a35153c39cdb017725ec04ec759c70b.tar.zst
nixlib-158767db6a35153c39cdb017725ec04ec759c70b.zip
gnomeExtensions.no-title-bar: drop self from maintainers
Diffstat (limited to 'pkgs/desktops')
-rw-r--r--pkgs/desktops/gnome/extensions/no-title-bar/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/desktops/gnome/extensions/no-title-bar/default.nix b/pkgs/desktops/gnome/extensions/no-title-bar/default.nix
index 011f21a976f1..8f6a49fa8689 100644
--- a/pkgs/desktops/gnome/extensions/no-title-bar/default.nix
+++ b/pkgs/desktops/gnome/extensions/no-title-bar/default.nix
@@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
     description = "Integrates maximized windows with the top panel";
     homepage = "https://github.com/poehlerj/no-title-bar";
     license = licenses.gpl2;
-    maintainers = with maintainers; [ jonafato svsdep amaxine ];
+    maintainers = with maintainers; [ jonafato svsdep ];
     platforms = platforms.linux;
   };
 }