lol

phosh: add tomfitzhenry@ as maintainer

+3 -3
+1 -1
nixos/tests/phosh.nix
··· 3 3 in { 4 4 name = "phosh"; 5 5 meta = with pkgs.lib.maintainers; { 6 - maintainers = [ zhaofengli ]; 6 + maintainers = [ tomfitzhenry zhaofengli ]; 7 7 }; 8 8 9 9 nodes = {
+1 -1
pkgs/applications/misc/phoc/default.nix
··· 95 95 description = "Wayland compositor for mobile phones like the Librem 5"; 96 96 homepage = "https://gitlab.gnome.org/World/Phosh/phoc"; 97 97 license = licenses.gpl3Plus; 98 - maintainers = with maintainers; [ masipcat zhaofengli ]; 98 + maintainers = with maintainers; [ masipcat tomfitzhenry zhaofengli ]; 99 99 platforms = platforms.linux; 100 100 }; 101 101 }
+1 -1
pkgs/applications/window-managers/phosh/default.nix
··· 141 141 homepage = "https://gitlab.gnome.org/World/Phosh/phosh"; 142 142 changelog = "https://gitlab.gnome.org/World/Phosh/phosh/-/blob/v${version}/debian/changelog"; 143 143 license = licenses.gpl3Plus; 144 - maintainers = with maintainers; [ masipcat zhaofengli ]; 144 + maintainers = with maintainers; [ masipcat tomfitzhenry zhaofengli ]; 145 145 platforms = platforms.linux; 146 146 }; 147 147 }