mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 06:45:54 +03:00
nomad: add endocrimes as maintainer
This commit is contained in:
parent
942eb66bf4
commit
f8d639b018
@ -36,6 +36,6 @@ buildGoPackage rec {
|
|||||||
description = "A Distributed, Highly Available, Datacenter-Aware Scheduler";
|
description = "A Distributed, Highly Available, Datacenter-Aware Scheduler";
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
license = licenses.mpl20;
|
license = licenses.mpl20;
|
||||||
maintainers = with maintainers; [ rushmorem pradeepchhetri ];
|
maintainers = with maintainers; [ rushmorem pradeepchhetri endocrimes ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user