From 6e6c3de0a6d93cd9e91234ce48e7968eb77e25e9 Mon Sep 17 00:00:00 2001 From: Quentin Gliech Date: Thu, 17 Oct 2024 17:33:45 +0200 Subject: Rename the go package github.com/matrix-org/dendrite to github.com/element-hq/dendrite --- clientapi/routing/openid.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'clientapi/routing/openid.go') diff --git a/clientapi/routing/openid.go b/clientapi/routing/openid.go index 45022b67..774cf0a8 100644 --- a/clientapi/routing/openid.go +++ b/clientapi/routing/openid.go @@ -9,8 +9,8 @@ package routing import ( "net/http" - "github.com/matrix-org/dendrite/setup/config" - "github.com/matrix-org/dendrite/userapi/api" + "github.com/element-hq/dendrite/setup/config" + "github.com/element-hq/dendrite/userapi/api" "github.com/matrix-org/gomatrixserverlib/spec" "github.com/matrix-org/util" ) -- cgit v1.2.3