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.

bas 380cd592 6caef45a

Changed files
+8 -2
nixos
modules
services
torrent
tests
+4 -1
nixos/modules/services/torrent/qbittorrent.nix
···
++ optionals (cfg.torrentingPort != null) [ cfg.torrentingPort ]
);
};
-
meta.maintainers = with maintainers; [ fsnkty ];
+
meta.maintainers = with maintainers; [
+
fsnkty
+
undefined-landmark
+
];
}
+4 -1
nixos/tests/qbittorrent.nix
···
name = "qbittorrent";
meta = with pkgs.lib.maintainers; {
-
maintainers = [ fsnkty ];
+
maintainers = [
+
fsnkty
+
undefined-landmark
+
];
};
nodes = {