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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user