python3Packages.rns: add drupol as maintainer (#529908)
This commit is contained in:
@@ -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
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user