phosh: Remove archseer as maintainer

Per request: https://github.com/NixOS/nixpkgs/pull/133559#issuecomment-897343555
This commit is contained in:
Zhaofeng Li 2021-08-11 23:12:36 -07:00
parent 11dc269ec1
commit 34e8efc3b9

View file

@ -122,7 +122,7 @@ stdenv.mkDerivation rec {
description = "A pure Wayland shell prototype for GNOME on mobile devices"; description = "A pure Wayland shell prototype for GNOME on mobile devices";
homepage = "https://gitlab.gnome.org/World/Phosh/phosh"; homepage = "https://gitlab.gnome.org/World/Phosh/phosh";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = with maintainers; [ archseer jtojnar masipcat zhaofengli ]; maintainers = with maintainers; [ jtojnar masipcat zhaofengli ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }