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:13:30 +02:00
parent 109f919ea5
commit b9e49d257c
No known key found for this signature in database
GPG key ID: 5BE487C4D4771D83

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; [ ];
};
}