python3Packages.nomadnet: add drupol as maintainer

(cherry picked from commit fa68998f32)
This commit is contained in:
Pol Dellaiera 2026-06-09 14:16:56 +02:00 committed by github-actions[bot]
commit 089d4fc10a

View file

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