about summary refs log tree commit diff stats
path: root/internal/components/results.templ
diff options
context:
space:
mode:
Diffstat (limited to 'internal/components/results.templ')
-rw-r--r--internal/components/results.templ2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/components/results.templ b/internal/components/results.templ
index 95c5390..4897638 100644
--- a/internal/components/results.templ
+++ b/internal/components/results.templ
@@ -3,7 +3,7 @@ package components
 import (
 	"strconv"
 	"log/slog"
-	"searchix/internal/nix"
+	"go.alanpearce.eu/searchix/internal/nix"
 )
 
 func convertMatch[I nix.Importable](m nix.Importable) *I {