mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
python3Packages.nomadnet: add drupol as maintainer
This commit is contained in:
parent
e4f3cd6cc3
commit
fa68998f32
1 changed files with 4 additions and 1 deletions
|
|
@ -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";
|
||||
};
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue