From 1dc4b301e058c7942ef8195ec92561f4985cca42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20Hedenstr=C3=B6m?= <erik@hedenstroem.com> Date: Thu, 13 Apr 2023 15:48:16 +0000 Subject: [PATCH] Fixed module path --- nipca-motion/src/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nipca-motion/src/go.mod b/nipca-motion/src/go.mod index 37dd3e0..3beea58 100644 --- a/nipca-motion/src/go.mod +++ b/nipca-motion/src/go.mod @@ -1,4 +1,4 @@ -module gitlab.hedenstroem.com/hassio/addons/nipca-motion/nipca-motion +module gitlab.hedenstroem.com/home-assistant/addons/nipca-motion go 1.16 -- GitLab