Commit 380cd592 authored by bas's avatar bas
Browse files

nixos/qbittorrent: add maintainer undefined-landmark

As discussed in PR #287923. The author agreed to add me as a maintainer
to the module after merging.
parent 6caef45a
Loading
Loading
Loading
Loading
+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 = {