nomad: add cottand to maintainers

This commit is contained in:
Cottand 2023-12-10 14:26:09 +00:00
parent b45d2bf49d
commit 67ff144b06
2 changed files with 7 additions and 1 deletions

View File

@ -3737,6 +3737,12 @@
githubId = 1740337;
name = "Chris Ostrouchov";
};
cottand = {
email = "nico@dcotta.eu";
github = "cottand";
githubId = 45274424;
name = "Nico D'Cotta";
};
couchemar = {
email = "couchemar@yandex.ru";
github = "couchemar";

View File

@ -41,7 +41,7 @@ let
homepage = "https://www.nomadproject.io/";
description = "A Distributed, Highly Available, Datacenter-Aware Scheduler";
license = licenses.mpl20;
maintainers = with maintainers; [ rushmorem pradeepchhetri endocrimes amaxine techknowlogick ];
maintainers = with maintainers; [ rushmorem pradeepchhetri endocrimes amaxine techknowlogick cottand ];
};
} // attrs');
in