From 93103b5685d116c657e88a0d21b7222822ce42a3 Mon Sep 17 00:00:00 2001 From: Pol Dellaiera Date: Tue, 9 Jun 2026 14:16:26 +0200 Subject: [PATCH 1/3] python3Packages.lxmf: add `drupol` as maintainer --- pkgs/development/python-modules/lxmf/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/lxmf/default.nix b/pkgs/development/python-modules/lxmf/default.nix index 3ce65bf5f059..250aa3174f69 100644 --- a/pkgs/development/python-modules/lxmf/default.nix +++ b/pkgs/development/python-modules/lxmf/default.nix @@ -49,7 +49,10 @@ buildPythonPackage (finalAttrs: { # Reticulum License # https://github.com/markqvist/LXMF/blob/master/LICENSE license = lib.licenses.unfree; - maintainers = with lib.maintainers; [ fab ]; + maintainers = with lib.maintainers; [ + drupol + fab + ]; mainProgram = "lxmd"; }; }) From e4f3cd6cc3e78b1d173f5f5a4b4498308bb30903 Mon Sep 17 00:00:00 2001 From: Pol Dellaiera Date: Tue, 9 Jun 2026 14:16:40 +0200 Subject: [PATCH 2/3] python3Packages.rns: add `drupol` as maintainer --- pkgs/development/python-modules/rns/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/rns/default.nix b/pkgs/development/python-modules/rns/default.nix index 81b59755d7c4..d2254cd71709 100644 --- a/pkgs/development/python-modules/rns/default.nix +++ b/pkgs/development/python-modules/rns/default.nix @@ -53,6 +53,7 @@ buildPythonPackage (finalAttrs: { # https://github.com/markqvist/Reticulum/blob/master/LICENSE license = lib.licenses.unfree; maintainers = with lib.maintainers; [ + drupol fab qbit ]; From fa68998f32d03f1aebd9c77f09e77cee1e8e2c57 Mon Sep 17 00:00:00 2001 From: Pol Dellaiera Date: Tue, 9 Jun 2026 14:16:56 +0200 Subject: [PATCH 3/3] python3Packages.nomadnet: add `drupol` as maintainer --- pkgs/development/python-modules/nomadnet/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/nomadnet/default.nix b/pkgs/development/python-modules/nomadnet/default.nix index 9e6de6ffc886..fead49b3abc9 100644 --- a/pkgs/development/python-modules/nomadnet/default.nix +++ b/pkgs/development/python-modules/nomadnet/default.nix @@ -43,7 +43,10 @@ buildPythonPackage (finalAttrs: { homepage = "https://github.com/markqvist/NomadNet"; changelog = "https://github.com/markqvist/NomadNet/releases/tag/${finalAttrs.src.tag}"; license = lib.licenses.gpl3Only; - maintainers = with lib.maintainers; [ fab ]; + maintainers = with lib.maintainers; [ + drupol + fab + ]; mainProgram = "nomadnet"; }; })