lol

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

+8 -2
+4 -1
nixos/modules/services/torrent/qbittorrent.nix
··· 234 234 ++ optionals (cfg.torrentingPort != null) [ cfg.torrentingPort ] 235 235 ); 236 236 }; 237 - meta.maintainers = with maintainers; [ fsnkty ]; 237 + meta.maintainers = with maintainers; [ 238 + fsnkty 239 + undefined-landmark 240 + ]; 238 241 }
+4 -1
nixos/tests/qbittorrent.nix
··· 3 3 name = "qbittorrent"; 4 4 5 5 meta = with pkgs.lib.maintainers; { 6 - maintainers = [ fsnkty ]; 6 + maintainers = [ 7 + fsnkty 8 + undefined-landmark 9 + ]; 7 10 }; 8 11 9 12 nodes = {