Unverified Commit 37889a30 authored by Pierre Bourdon's avatar Pierre Bourdon
Browse files

maintainers: remove delroth

parent 8753c7c1
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -4780,12 +4780,6 @@
    githubId = 150736012;
    email = "me+git@delliott.xyz";
  };
  delroth = {
    email = "delroth@gmail.com";
    github = "delroth";
    githubId = 202798;
    name = "Pierre Bourdon";
  };
  delta = {
    email = "d4delta@outlook.fr";
    github = "D4Delta";
+1 −1
Original line number Diff line number Diff line
import ./make-test-python.nix ({ pkgs, ... }: {
  name = "nginx-sso";
  meta = {
    maintainers = with pkgs.lib.maintainers; [ delroth ];
    maintainers = with pkgs.lib.maintainers; [ ];
  };

  nodes.machine = {
+1 −1
Original line number Diff line number Diff line
import ./make-test-python.nix ({ lib, pkgs, ... }: {
  name = "syncthing-relay";
  meta.maintainers = with pkgs.lib.maintainers; [ delroth ];
  meta.maintainers = with pkgs.lib.maintainers; [ ];

  nodes.machine = {
    environment.systemPackages = [ pkgs.jq ];
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
    homepage = "http://rigaux.org/hexedit.html";
    license = licenses.gpl2Plus;
    platforms = platforms.unix;
    maintainers = with maintainers; [ delroth ];
    maintainers = with maintainers; [ ];
    mainProgram = "hexedit";
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
    description = "A web client for Weechat";
    homepage = "https://github.com/glowing-bear/glowing-bear";
    license = licenses.gpl3Plus;
    maintainers = with maintainers; [ delroth ];
    maintainers = with maintainers; [ ];
    platforms = platforms.unix;
  };
}
Loading