Unverified Commit 41bf8e94 authored by Adam Stephens's avatar Adam Stephens
Browse files

consul: add adamcstephens as maintainer

parent 26425f36
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -57,6 +57,7 @@ buildGoModule rec {
    platforms = platforms.linux ++ platforms.darwin;
    license = licenses.bsl11;
    maintainers = with maintainers; [
      adamcstephens
      pradeepchhetri
      vdemeester
      nh2
+0 −2
Original line number Diff line number Diff line
@@ -4709,8 +4709,6 @@ with pkgs;
    protobuf = protobuf_21;
  };
  consul = callPackage ../servers/consul { };
  consul-alerts = callPackage ../servers/monitoring/consul-alerts { };
  consul-template = callPackage ../tools/system/consul-template { };