Unverified Commit bc0a0fd9 authored by misuzu's avatar misuzu Committed by GitHub
Browse files

nixos/qbittorrent: add maintainer undefined-landmark (#427481)

parents 6a37f46e 380cd592
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -26181,6 +26181,12 @@
    githubId = 799353;
    keys = [ { fingerprint = "EE59 5E29 BB5B F2B3 5ED2  3F1C D276 FF74 6700 7335"; } ];
  };
  undefined-landmark = {
    name = "bas";
    email = "github.plated100@passmail.net";
    github = "undefined-landmark";
    githubId = 74454337;
  };
  undefined-moe = {
    name = "undefined";
    email = "i@undefined.moe";
+4 −1
Original line number Diff line number Diff line
@@ -234,5 +234,8 @@ in
      ++ optionals (cfg.torrentingPort != null) [ cfg.torrentingPort ]
    );
  };
  meta.maintainers = with maintainers; [ fsnkty ];
  meta.maintainers = with maintainers; [
    fsnkty
    undefined-landmark
  ];
}
+4 −1
Original line number Diff line number Diff line
@@ -3,7 +3,10 @@
  name = "qbittorrent";

  meta = with pkgs.lib.maintainers; {
    maintainers = [ fsnkty ];
    maintainers = [
      fsnkty
      undefined-landmark
    ];
  };

  nodes = {