summary refs log tree commit diff
path: root/pkgs/tools/system/xe/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/system/xe/default.nix')
-rw-r--r--pkgs/tools/system/xe/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/system/xe/default.nix b/pkgs/tools/system/xe/default.nix
index 02d90472440..02e36dbc31c 100644
--- a/pkgs/tools/system/xe/default.nix
+++ b/pkgs/tools/system/xe/default.nix
@@ -18,6 +18,6 @@ stdenv.mkDerivation rec {
     homepage = https://github.com/chneukirchen/xe;
     license = licenses.publicDomain;
     platforms = platforms.all;
-    maintainers = with maintainers; [ cstrahan ndowens ];
+    maintainers = with maintainers; [ cstrahan ];
   };
 }