From 00c14c8a3c95b27dab1a4047e520399057698d13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=BC=84=CF=80=CE=B5=CE=B9=CF=81=CE=BF=CE=BD?= Date: Sun, 8 Mar 2026 22:22:36 -0500 Subject: [PATCH] deluge: add a-peirogon as a maintainer --- pkgs/applications/networking/p2p/deluge/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/networking/p2p/deluge/default.nix b/pkgs/applications/networking/p2p/deluge/default.nix index 230a00485e44..ef4bd7b5faef 100644 --- a/pkgs/applications/networking/p2p/deluge/default.nix +++ b/pkgs/applications/networking/p2p/deluge/default.nix @@ -106,6 +106,7 @@ let description = "Torrent client"; homepage = "https://deluge-torrent.org"; license = lib.licenses.gpl3Plus; + maintainers = with lib.maintainers; [ a-peirogon ]; platforms = lib.platforms.all; }; };