python3Packages.rns: add drupol as maintainer (#529908)

This commit is contained in:
Fabian Affolter
2026-06-09 20:23:21 +00:00
committed by GitHub
3 changed files with 9 additions and 2 deletions
@@ -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";
};
})
@@ -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";
};
})
@@ -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
];