From e1e946964aea498c60f088d2b31d67d2fa1a8542 Mon Sep 17 00:00:00 2001
From: Kira Bruneau <kira.bruneau@pm.me>
Date: Sat, 26 Oct 2024 16:13:37 -0400
Subject: [PATCH] goverlay: remove kira-bruneau as maintainer

---
 pkgs/tools/graphics/goverlay/default.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pkgs/tools/graphics/goverlay/default.nix b/pkgs/tools/graphics/goverlay/default.nix
index 01e6b80efafc10..f4c827d334b89b 100644
--- a/pkgs/tools/graphics/goverlay/default.nix
+++ b/pkgs/tools/graphics/goverlay/default.nix
@@ -111,7 +111,7 @@ in stdenv.mkDerivation rec {
     description = "Opensource project that aims to create a Graphical UI to help manage Linux overlays";
     homepage = "https://github.com/benjamimgois/goverlay";
     license = licenses.gpl3Plus;
-    maintainers = with maintainers; [ kira-bruneau ];
+    maintainers = with maintainers; [ ];
     platforms = platforms.linux;
     mainProgram = "goverlay";
   };