maintainers: add derekcollison

main
Derek Collison 2 years ago committed by GitHub
parent 37191d5ec7
commit 079205c6f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      maintainers/maintainer-list.nix
  2. 2
      pkgs/servers/nats-server/default.nix

@ -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";

@ -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/";
};
}

Loading…
Cancel
Save