diff options
author | Quentin Gliech <quenting@element.io> | 2024-10-17 17:33:45 +0200 |
---|---|---|
committer | Quentin Gliech <quenting@element.io> | 2024-10-17 17:33:45 +0200 |
commit | 6e6c3de0a6d93cd9e91234ce48e7968eb77e25e9 (patch) | |
tree | 5bae9388f8c4ba44d6b7e3176a40f1a3f4da9481 /clientapi/routing/openid.go | |
parent | 6d327dc73cbab650f19735eb9724c3b060eaaac3 (diff) |
Rename the go package
github.com/matrix-org/dendrite to github.com/element-hq/dendrite
Diffstat (limited to 'clientapi/routing/openid.go')
-rw-r--r-- | clientapi/routing/openid.go | 4 |
1 files changed, 2 insertions, 2 deletions
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" ) |