From 3c78a85e77cb610bc6274c59b222cdffce4a8bd8 Mon Sep 17 00:00:00 2001 From: Mia Moir <63592337+archessmn@users.noreply.github.com> Date: Wed, 27 Aug 2025 20:06:37 +0100 Subject: [PATCH] consul-alerts: fix meta description (#437476) * consul-alerts: fix meta description Pulled from README on homepage * consul-alerts: drop leading article in description Co-authored-by: Sandro --------- Co-authored-by: Sandro --- pkgs/by-name/co/consul-alerts/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;