xob: remove myself as maintainer

All my systems use Wayland now (with wob) and I cannot even properly
test X11 software anymore.
This commit is contained in:
Michael Weiss
2021-07-20 10:15:35 +02:00
parent 109f919ea5
commit b9e49d257c
+1 -1
View File
@@ -30,6 +30,6 @@ stdenv.mkDerivation rec {
inherit (src.meta) homepage;
license = licenses.gpl3Plus;
platforms = platforms.unix;
maintainers = with maintainers; [ primeos ];
maintainers = with maintainers; [ ];
};
}