From eff33656ff5eb4058df8776482a5cb1f8d64c71d Mon Sep 17 00:00:00 2001 From: petruknw Date: Thu, 21 May 2026 22:45:48 +1000 Subject: [PATCH] aurral: remove redundant labels from build.json --- aurral/build.json | 8 -------- 1 file changed, 8 deletions(-) diff --git a/aurral/build.json b/aurral/build.json index 4de581e0b8..27ff6f0394 100644 --- a/aurral/build.json +++ b/aurral/build.json @@ -2,13 +2,5 @@ "build_from": { "aarch64": "ghcr.io/lklynet/aurral:1.76.17", "amd64": "ghcr.io/lklynet/aurral:1.76.17" - }, - "labels": { - "io.hass.name": "Aurral", - "io.hass.description": "Self-hosted music discovery and request management for Lidarr", - "io.hass.arch": "{arch}", - "io.hass.type": "addon", - "io.hass.version": "dev", - "maintainer": "petruknw" } }