summary refs log tree commit diff
path: root/pkgs/desktops/gnome/extensions
diff options
context:
space:
mode:
authorMaxine Aubrey <maxeaubrey@gmail.com>2023-09-12 17:21:05 +0200
committerMaxine Aubrey <maxeaubrey@gmail.com>2023-09-12 17:21:05 +0200
commit9204ded9bd5d64ccff9341c6f9eb4407ed6f1c01 (patch)
tree5b1fc5f7a118c7646928ceb2d5fadb5ca78d570c /pkgs/desktops/gnome/extensions
parentdc194ec7950463c8e3ed5237236ff40d48e9df81 (diff)
maintainers: maxeaubrey → amaxine
Diffstat (limited to 'pkgs/desktops/gnome/extensions')
-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 e46b49c8f6ea8..011f21a976f1b 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 maxeaubrey ];
+    maintainers = with maintainers; [ jonafato svsdep amaxine ];
     platforms = platforms.linux;
   };
 }