mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
Remove tomfitzhenry@ from some maintainership
I don't use these programs anymore, sadly.
This commit is contained in:
parent
6606ce9c0c
commit
f1c7c63c69
@ -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 = {
|
||||
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
@ -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;
|
||||
};
|
||||
})
|
||||
|
@ -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";
|
||||
};
|
||||
|
@ -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";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user