mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
meteor: add hythera as maintainer
This commit is contained in:
parent
7ee18fd77a
commit
f768180596
1 changed files with 1 additions and 1 deletions
|
|
@ -132,7 +132,7 @@ stdenv.mkDerivation {
|
|||
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
|
||||
license = lib.licenses.mit;
|
||||
platforms = builtins.attrNames srcs;
|
||||
maintainers = [ ];
|
||||
maintainers = with lib.maintainers; [ hythera ];
|
||||
mainProgram = "meteor";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue