nixos/qbittorrent: add maintainer undefined-landmark (#427481)

This commit is contained in:
misuzu
2025-07-22 18:58:37 +03:00
committed by GitHub
3 changed files with 14 additions and 2 deletions
+6
View File
@@ -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
];
}
+4 -1
View File
@@ -3,7 +3,10 @@
name = "qbittorrent";
meta = with pkgs.lib.maintainers; {
maintainers = [ fsnkty ];
maintainers = [
fsnkty
undefined-landmark
];
};
nodes = {