mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
watchman: add emily to maintainers
This commit is contained in:
parent
ec166bb5f0
commit
df28dd1d3c
@ -112,7 +112,10 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
meta = {
|
||||
description = "Watches files and takes action when they change";
|
||||
homepage = "https://facebook.github.io/watchman";
|
||||
maintainers = with lib.maintainers; [ kylesferrazza ];
|
||||
maintainers = with lib.maintainers; [
|
||||
kylesferrazza
|
||||
emily
|
||||
];
|
||||
platforms = lib.platforms.unix;
|
||||
license = lib.licenses.mit;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user