nixos/qbittorrent: add maintainer undefined-landmark (#427481)
This commit is contained in:
@@ -26181,6 +26181,12 @@
|
||||
githubId = 799353;
|
||||
keys = [ { fingerprint = "EE59 5E29 BB5B F2B3 5ED2 3F1C D276 FF74 6700 7335"; } ];
|
||||
};
|
||||
undefined-landmark = {
|
||||
name = "bas";
|
||||
email = "github.plated100@passmail.net";
|
||||
github = "undefined-landmark";
|
||||
githubId = 74454337;
|
||||
};
|
||||
undefined-moe = {
|
||||
name = "undefined";
|
||||
email = "i@undefined.moe";
|
||||
|
||||
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user