python3Packages.lxmf: add drupol as maintainer

(cherry picked from commit 93103b5685)
This commit is contained in:
Pol Dellaiera 2026-06-09 14:16:26 +02:00 committed by github-actions[bot]
commit e5f4e073df

View file

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