consul: add adamcstephens as maintainer

This commit is contained in:
Adam Stephens
2024-03-29 23:12:28 -04:00
parent 26425f3603
commit 41bf8e94ed
2 changed files with 1 additions and 2 deletions
+1
View File
@@ -57,6 +57,7 @@ buildGoModule rec {
platforms = platforms.linux ++ platforms.darwin;
license = licenses.bsl11;
maintainers = with maintainers; [
adamcstephens
pradeepchhetri
vdemeester
nh2
-2
View File
@@ -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 { };