Turn it into KoralPipe-TermMapper
diff --git a/matcher/matcher_test.go b/matcher/matcher_test.go
index 3f05edc..994334c 100644
--- a/matcher/matcher_test.go
+++ b/matcher/matcher_test.go
@@ -7,7 +7,7 @@
 	"encoding/json"
 	"testing"
 
-	"github.com/KorAP/KoralPipe-TermMapper2/ast"
+	"github.com/KorAP/KoralPipe-TermMapper/ast"
 	"github.com/stretchr/testify/assert"
 )