maintainers: add derekcollison

This commit is contained in:
Derek Collison 2022-01-14 23:58:53 -08:00 committed by GitHub
parent 37191d5ec7
commit 079205c6f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 1 deletions

View file

@ -2854,6 +2854,12 @@
githubId = 706758;
name = "Christian Gerbrandt";
};
derekcollison = {
email = "derek@nats.io";
github = "derekcollison";
githubId = 90097;
name = "Derek Collison";
};
DerGuteMoritz = {
email = "moritz@twoticketsplease.de";
github = "DerGuteMoritz";

View file

@ -18,7 +18,7 @@ buildGoPackage rec {
meta = {
description = "High-Performance server for NATS";
license = licenses.asl20;
maintainers = [ maintainers.swdunlop ];
maintainers = with maintainers; [ swdunlop derekcollison ];
homepage = "https://nats.io/";
};
}