python3Packages.nomadnet: add drupol as maintainer
This commit is contained in:
@@ -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";
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user