nomad: add endocrimes as maintainer

This commit is contained in:
Danielle Lancashire 2019-10-22 19:37:39 +02:00 committed by Jon
parent 942eb66bf4
commit f8d639b018

View File

@ -36,6 +36,6 @@ buildGoPackage rec {
description = "A Distributed, Highly Available, Datacenter-Aware Scheduler";
platforms = platforms.unix;
license = licenses.mpl20;
maintainers = with maintainers; [ rushmorem pradeepchhetri ];
maintainers = with maintainers; [ rushmorem pradeepchhetri endocrimes ];
};
}