about summary refs log tree commit diff
path: root/pkgs/desktops
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-08-27 00:13:08 +0000
committerGitHub <noreply@github.com>2024-08-27 00:13:08 +0000
commit0629545b27b35753c307023f34787ec098ba9db8 (patch)
treee215622815fa7dbbe083f96a4dab37ec9acee9b9 /pkgs/desktops
parent75c9ed99be00d92aa1e6c1c8064fc6c01f5e7c4e (diff)
parent0c7aafc7f5e69eabf9c8747e457711a129ce3173 (diff)
Merge master into staging-next
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;
   };
 }