maintainers: add derekcollison

This commit is contained in:
Derek Collison
2022-01-15 15:58:53 +08:00
committed by GitHub
parent 37191d5ec7
commit 079205c6f9
2 changed files with 7 additions and 1 deletions
+6
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";
+1 -1
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/";
};
}