From 089d4fc10aa3bbe5d26eda53264adab847c4196e Mon Sep 17 00:00:00 2001 From: Pol Dellaiera Date: Tue, 9 Jun 2026 14:16:56 +0200 Subject: [PATCH] python3Packages.nomadnet: add `drupol` as maintainer (cherry picked from commit fa68998f32d03f1aebd9c77f09e77cee1e8e2c57) --- 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 f37a7c5f67eb..ec8018a73fde 100644 --- a/pkgs/development/python-modules/nomadnet/default.nix +++ b/pkgs/development/python-modules/nomadnet/default.nix @@ -42,7 +42,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"; }; })