about summary refs log tree commit diff
path: root/pkgs/tools/X11
diff options
context:
space:
mode:
authorMichael Weiss <dev.primeos@gmail.com>2021-07-20 10:13:30 +0200
committerMichael Weiss <dev.primeos@gmail.com>2021-07-20 10:15:35 +0200
commitb9e49d257c2e457e8ae26da4876472ffa9ac9f49 (patch)
tree427daa1e215d9f5bae9245b4a3de13134ebe0967 /pkgs/tools/X11
parent109f919ea502ce99305325853e10d1261bf2b709 (diff)
xob: remove myself as maintainer
All my systems use Wayland now (with wob) and I cannot even properly
test X11 software anymore.
Diffstat (limited to 'pkgs/tools/X11')
-rw-r--r--pkgs/tools/X11/xob/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/X11/xob/default.nix b/pkgs/tools/X11/xob/default.nix
index 2c1ae4bdf61c2..754904449efa1 100644
--- a/pkgs/tools/X11/xob/default.nix
+++ b/pkgs/tools/X11/xob/default.nix
@@ -30,6 +30,6 @@ stdenv.mkDerivation rec {
     inherit (src.meta) homepage;
     license = licenses.gpl3Plus;
     platforms = platforms.unix;
-    maintainers = with maintainers; [ primeos ];
+    maintainers = with maintainers; [ ];
   };
 }