Remove tomfitzhenry@ from some maintainership

I don't use these programs anymore, sadly.
This commit is contained in:
Tom Fitzhenry 2024-05-31 10:47:29 +10:00
parent 6606ce9c0c
commit f1c7c63c69
7 changed files with 7 additions and 7 deletions

View File

@ -3,7 +3,7 @@ import ./make-test-python.nix ({ pkgs, ...}: let
in {
name = "phosh";
meta = with pkgs.lib.maintainers; {
maintainers = [ tomfitzhenry zhaofengli ];
maintainers = [ zhaofengli ];
};
nodes = {

View File

@ -69,7 +69,7 @@ stdenv.mkDerivation rec {
description = "A virtual keyboard supporting Wayland";
homepage = "https://gitlab.gnome.org/World/Phosh/squeekboard";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ artturin tomfitzhenry ];
maintainers = with maintainers; [ artturin ];
platforms = platforms.linux;
};
}

View File

@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
description = "Daemon for dealing with audio routing during phone calls";
homepage = "https://gitlab.com/mobian1/callaudiod";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ pacman99 tomfitzhenry ];
maintainers = with maintainers; [ pacman99 ];
platforms = platforms.linux;
};
}

View File

@ -100,7 +100,7 @@ stdenv.mkDerivation rec {
description = "A daemon to provide haptic (and later more) feedback on events";
homepage = "https://source.puri.sm/Librem5/feedbackd";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ pacman99 tomfitzhenry ];
maintainers = with maintainers; [ pacman99 ];
platforms = platforms.linux;
};
}

View File

@ -87,7 +87,7 @@ stdenv.mkDerivation (finalAttrs: {
mainProgram = "phoc";
homepage = "https://gitlab.gnome.org/World/Phosh/phoc";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ masipcat tomfitzhenry zhaofengli ];
maintainers = with maintainers; [ masipcat zhaofengli ];
platforms = platforms.linux;
};
})

View File

@ -110,7 +110,7 @@ stdenv.mkDerivation rec {
longDescription = "GNOME Calls is a phone dialer and call handler. Setting NixOS option `programs.calls.enable = true` is recommended.";
homepage = "https://gitlab.gnome.org/GNOME/calls";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ craigem lheckemann tomfitzhenry ];
maintainers = with maintainers; [ craigem lheckemann ];
platforms = platforms.linux;
mainProgram = "gnome-calls";
};

View File

@ -124,7 +124,7 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://gitlab.gnome.org/World/Phosh/phosh";
changelog = "https://gitlab.gnome.org/World/Phosh/phosh/-/blob/v${finalAttrs.version}/debian/changelog";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ masipcat tomfitzhenry zhaofengli ];
maintainers = with maintainers; [ masipcat zhaofengli ];
platforms = platforms.linux;
mainProgram = "phosh-session";
};