From f8da25776915332c0daf59b98d332a7de4c89afe Mon Sep 17 00:00:00 2001 From: David Baker Date: Fri, 6 Sep 2024 14:08:23 +0100 Subject: [PATCH] Update repos for changelog fetching --- src/components/views/dialogs/ChangelogDialog.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/views/dialogs/ChangelogDialog.tsx b/src/components/views/dialogs/ChangelogDialog.tsx index ca110aa16f..382f9a858e 100644 --- a/src/components/views/dialogs/ChangelogDialog.tsx +++ b/src/components/views/dialogs/ChangelogDialog.tsx @@ -38,7 +38,7 @@ interface Commit { }; } -const REPOS = ["vector-im/element-web", "matrix-org/matrix-react-sdk", "matrix-org/matrix-js-sdk"] as const; +const REPOS = ["element-hq/element-web", "element-hq/matrix-react-sdk", "matrix-org/matrix-js-sdk"] as const; export default class ChangelogDialog extends React.Component { public constructor(props: IProps) {