about summary refs log tree commit diff
path: root/pkgs/desktops
diff options
context:
space:
mode:
authorMartin Weinelt <mweinelt@users.noreply.github.com>2024-08-26 20:39:56 +0200
committerGitHub <noreply@github.com>2024-08-26 20:39:56 +0200
commit9c50de8b57f060144c676654d9773db934a2b2c6 (patch)
treee6f7cf0cd523027c7a6513fc2bd8a3a58ae240ca /pkgs/desktops
parent6602decb96b8da3eebb68ab91b723885f0dabee9 (diff)
parent5dfdb0956172c6a5fc3a3c44d8b949e7e8cccc17 (diff)
tree-wide: remove eelco as maintainer from things he no longer maintains (#336287)
Diffstat (limited to 'pkgs/desktops')
-rw-r--r--pkgs/desktops/xfce/art/xfce4-icon-theme/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/desktops/xfce/art/xfce4-icon-theme/default.nix b/pkgs/desktops/xfce/art/xfce4-icon-theme/default.nix
index 23ad1069fb74f..2e0b23f5c848a 100644
--- a/pkgs/desktops/xfce/art/xfce4-icon-theme/default.nix
+++ b/pkgs/desktops/xfce/art/xfce4-icon-theme/default.nix
@@ -33,6 +33,6 @@ stdenv.mkDerivation rec {
     description = "Icons for Xfce";
     license = licenses.gpl2Plus;
     platforms = platforms.linux;
-    maintainers = with maintainers; [ eelco ] ++ teams.xfce.members;
+    maintainers = teams.xfce.members;
   };
 }