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 <sandro.jaeckel@gmail.com>

---------

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>

authored by Mia Moir Sandro and committed by GitHub 3c78a85e 2263617f

+1 -1
+1 -1
pkgs/by-name/co/consul-alerts/package.nix
··· 25 25 26 26 meta = with lib; { 27 27 mainProgram = "consul-alerts"; 28 - description = "Extendable open source continuous integration server"; 28 + description = "Highly available daemon for sending notifications and reminders based on Consul health checks"; 29 29 homepage = "https://github.com/AcalephStorage/consul-alerts"; 30 30 # As per README 31 31 platforms = platforms.linux ++ platforms.freebsd ++ platforms.darwin;