diff --git a/pkgs/by-name/co/consul-alerts/package.nix b/pkgs/by-name/co/consul-alerts/package.nix index 5cf18d05c0b1..e1f51ad5641d 100644 --- a/pkgs/by-name/co/consul-alerts/package.nix +++ b/pkgs/by-name/co/consul-alerts/package.nix @@ -25,7 +25,7 @@ buildGoModule rec { meta = with lib; { mainProgram = "consul-alerts"; - description = "Extendable open source continuous integration server"; + description = "Highly available daemon for sending notifications and reminders based on Consul health checks"; homepage = "https://github.com/AcalephStorage/consul-alerts"; # As per README platforms = platforms.linux ++ platforms.freebsd ++ platforms.darwin;