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"; }; }) 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"; }; }) 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 ];