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.
This commit is contained in:
bas 2025-07-22 17:37:56 +02:00
parent 6caef45a8f
commit 380cd5924b
2 changed files with 8 additions and 2 deletions

View File

@ -234,5 +234,8 @@ in
++ optionals (cfg.torrentingPort != null) [ cfg.torrentingPort ]
);
};
meta.maintainers = with maintainers; [ fsnkty ];
meta.maintainers = with maintainers; [
fsnkty
undefined-landmark
];
}

View File

@ -3,7 +3,10 @@
name = "qbittorrent";
meta = with pkgs.lib.maintainers; {
maintainers = [ fsnkty ];
maintainers = [
fsnkty
undefined-landmark
];
};
nodes = {