Unverified Commit 47c5223f authored by lassulus's avatar lassulus Committed by GitHub
Browse files

Merge pull request #316028 from tomfitzhenry/lighter-load

Remove tomfitzhenry@ from some maintainership
parents 0a12c142 f1c7c63c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 = {
+1 −1
Original line number Diff line number Diff line
@@ -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;
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -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;
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -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;
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -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;
  };
})
Loading