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>
This commit is contained in:
Mia Moir
2025-08-27 21:06:37 +02:00
committed by GitHub
co-authored by Sandro
parent 2263617fbe
commit 3c78a85e77
+1 -1
View File
@@ -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;