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:
parent
6caef45a8f
commit
380cd5924b
@ -234,5 +234,8 @@ in
|
||||
++ optionals (cfg.torrentingPort != null) [ cfg.torrentingPort ]
|
||||
);
|
||||
};
|
||||
meta.maintainers = with maintainers; [ fsnkty ];
|
||||
meta.maintainers = with maintainers; [
|
||||
fsnkty
|
||||
undefined-landmark
|
||||
];
|
||||
}
|
||||
|
||||
@ -3,7 +3,10 @@
|
||||
name = "qbittorrent";
|
||||
|
||||
meta = with pkgs.lib.maintainers; {
|
||||
maintainers = [ fsnkty ];
|
||||
maintainers = [
|
||||
fsnkty
|
||||
undefined-landmark
|
||||
];
|
||||
};
|
||||
|
||||
nodes = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user