Bump liberty
Alpine 3.20 Success Details
OpenBSD 7.5 Success Details

This commit is contained in:
Přemysl Eric Janouch 2024-08-08 08:58:36 +02:00
parent 9042aeaa93
commit 29c89942ce
Signed by: p
GPG Key ID: A0420B94F92B9493
2 changed files with 4 additions and 4 deletions

@ -1 +1 @@
Subproject commit ad5b2fb8cd4915de9c6d97c362839de02d4970a6 Subproject commit 75fc6f1c374796f9e794297c3893089009b8772f

View File

@ -796,7 +796,7 @@ backend_i3_new (void)
// --- Configuration ----------------------------------------------------------- // --- Configuration -----------------------------------------------------------
static struct config_schema g_config_general[] = static const struct config_schema g_config_general[] =
{ {
{ .name = "command", { .name = "command",
.comment = "Command to run for more info", .comment = "Command to run for more info",
@ -807,7 +807,7 @@ static struct config_schema g_config_general[] =
{} {}
}; };
static struct config_schema g_config_mpd[] = static const struct config_schema g_config_mpd[] =
{ {
{ .name = "address", { .name = "address",
.comment = "MPD host or socket", .comment = "MPD host or socket",
@ -823,7 +823,7 @@ static struct config_schema g_config_mpd[] =
{} {}
}; };
static struct config_schema g_config_nut[] = static const struct config_schema g_config_nut[] =
{ {
{ .name = "enabled", { .name = "enabled",
.comment = "NUT UPS status reading enabled", .comment = "NUT UPS status reading enabled",