From bc3db597a58ccca5f10add9edf833635a4c94567 Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Wed, 25 Sep 2024 17:39:11 +0200 Subject: [PATCH] matrix-org -> element-hq --- .github/workflows/triage-labelled.yml | 2 +- README.md | 8 ++++---- RELEASE.md | 2 +- crates/matrix_mentions/Cargo.toml | 4 ++-- platforms/android/gradle.properties | 12 ++++++------ platforms/ios/tools/release/Sources/Release.swift | 2 +- platforms/web/README.md | 2 +- platforms/web/package.json | 2 +- sonar-project.properties | 2 +- 9 files changed, 18 insertions(+), 18 deletions(-) diff --git a/.github/workflows/triage-labelled.yml b/.github/workflows/triage-labelled.yml index 8121969a..e35a616e 100644 --- a/.github/workflows/triage-labelled.yml +++ b/.github/workflows/triage-labelled.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest # Skip in forks if: > - github.repository == 'matrix-org/matrix-rich-text-editor' + github.repository == 'element-hq/matrix-rich-text-editor' steps: - uses: actions/github-script@v7 with: diff --git a/README.md b/README.md index 11d600e1..b7c2c297 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Matrix Rich Text Editor -[![codecov](https://codecov.io/gh/matrix-org/matrix-rich-text-editor/branch/main/graph/badge.svg?token=UFBR3KtPdg)](https://codecov.io/gh/matrix-org/matrix-rich-text-editor) -![GitHub](https://img.shields.io/github/license/matrix-org/matrix-rich-text-editor) +[![codecov](https://codecov.io/gh/element-hq/matrix-rich-text-editor/branch/main/graph/badge.svg?token=UFBR3KtPdg)](https://codecov.io/gh/matrix-org/matrix-rich-text-editor) +![GitHub](https://img.shields.io/github/license/element-hq/matrix-rich-text-editor) A cross-platform rich text editor intended for use in Matrix clients including the Element clients. @@ -10,12 +10,12 @@ and platform-specific wrappers. __Important note:__ This project is still in an early stage. Minor versions could bring breaking API changes, see [CHANGELOG.md](CHANGELOG.md) for details. -Bugs and crashes may occur, please report them [here](https://github.com/matrix-org/matrix-rich-text-editor/issues/new). +Bugs and crashes may occur, please report them [here](https://github.com/element-hq/matrix-rich-text-editor/issues/new). ## Live demo Try it out at -[matrix-org.github.io/matrix-rich-text-editor](https://matrix-org.github.io/matrix-rich-text-editor/). +[element-hq.github.io/matrix-rich-text-editor](https://element-hq.github.io/matrix-rich-text-editor/). ## Building the code diff --git a/RELEASE.md b/RELEASE.md index f5f15b0e..1310f8f8 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -41,7 +41,7 @@ A workflow will automatically add the tag on main with the version provided in t ### Web This should be done automatically when a tag is uploaded, but you can also manually launch the -[github action](https://github.com/matrix-org/matrix-wysiwyg/actions/workflows/publish.yml) +[github action](https://github.com/element-hq/matrix-rich-text-editor/actions/workflows/publish.yml) which will package the code and upload it to NPM. It uses the version number it finds in package.json, which you updated above. diff --git a/crates/matrix_mentions/Cargo.toml b/crates/matrix_mentions/Cargo.toml index 1d6b3508..3fb4b052 100644 --- a/crates/matrix_mentions/Cargo.toml +++ b/crates/matrix_mentions/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["Jonny Andrew "] -homepage = "https://github.com/matrix-org/matrix-rich-text-editor" -repository = "https://github.com/matrix-org/matrix-rich-text-editor" +homepage = "https://github.com/element-hq/matrix-rich-text-editor" +repository = "https://github.com/element-hq/matrix-rich-text-editor" description = "Utilities for Matrix mentions" keywords = ["matrix", "chat", "messaging"] license = "AGPL-3.0" diff --git a/platforms/android/gradle.properties b/platforms/android/gradle.properties index 7f1ad1a2..ff3361e7 100644 --- a/platforms/android/gradle.properties +++ b/platforms/android/gradle.properties @@ -29,20 +29,20 @@ GROUP=io.element.android # POM_ARTIFACT_ID is configured in each module's gradle.properties VERSION_NAME=2.37.9 -POM_NAME=Matrix WYSIWYG +POM_NAME=Matrix Rich Text Editor POM_DESCRIPTION=Cross-platform rich text editor that generates HTML output. POM_INCEPTION_YEAR=2022 -POM_URL=https://github.com/matrix-org/matrix-wysiwyg +POM_URL=https://github.com/element-hq/matrix-rich-text-editor POM_LICENSE_NAME=GNU AFFERO GENERAL PUBLIC LICENSE POM_LICENSE_URL=https://www.gnu.org/licenses/agpl-3.0.txt POM_LICENSE_DIST=repo -POM_SCM_URL=https://github.com/matrix-org/matrix-wysiwyg -POM_SCM_CONNECTION=scm:git:git://github.com/matrix-org/matrix-wysiwyg.git -POM_SCM_DEV_CONNECTION=scm:git:ssh://github.com/matrix-org/matrix-wysiwyg.git +POM_SCM_URL=https://github.com/element-hq/matrix-rich-text-editor +POM_SCM_CONNECTION=scm:git:git://github.com/element-hq/matrix-rich-text-editor.git +POM_SCM_DEV_CONNECTION=scm:git:ssh://github.com/element-hq/matrix-rich-text-editor.git POM_DEVELOPER_ID=matrixdev POM_DEVELOPER_NAME=matrixdev -POM_DEVELOPER_URL=https://github.com/vector-im/ +POM_DEVELOPER_URL=https://github.com/element-hq/ POM_DEVELOPER_EMAIL=android@element.io diff --git a/platforms/ios/tools/release/Sources/Release.swift b/platforms/ios/tools/release/Sources/Release.swift index aae4e81f..981d164a 100644 --- a/platforms/ios/tools/release/Sources/Release.swift +++ b/platforms/ios/tools/release/Sources/Release.swift @@ -12,7 +12,7 @@ struct Release: AsyncParsableCommand { var apiToken = ProcessInfo.processInfo.environment["SWIFT_RELEASE_TOKEN"]! - var sourceRepo = Repository(owner: "matrix-org", name: "matrix-rich-text-editor") + var sourceRepo = Repository(owner: "element-hq", name: "matrix-rich-text-editor") var packageRepo = Repository(owner: "matrix-org", name: "matrix-rich-text-editor-swift") var buildDirectory = URL(filePath: #file) diff --git a/platforms/web/README.md b/platforms/web/README.md index 1458166a..4bb3ebaf 100644 --- a/platforms/web/README.md +++ b/platforms/web/README.md @@ -1,6 +1,6 @@ # React Matrix Rich Text Editor -[![react-build](https://github.com/matrix-org/matrix-wysiwyg/actions/workflows/react-build.yml/badge.svg?branch=main)](https://github.com/matrix-org/matrix-wysiwyg/actions/workflows/react-build.yml) +[![react-build](https://github.com/element-hq/matrix-rich-text-editor/actions/workflows/react-build.yml/badge.svg?branch=main)](https://github.com/element-hq/matrix-rich-text-editor/actions/workflows/react-build.yml) The Matrix Rich Text Editor is a React library. diff --git a/platforms/web/package.json b/platforms/web/package.json index 72454c9e..a0b11b10 100644 --- a/platforms/web/package.json +++ b/platforms/web/package.json @@ -6,7 +6,7 @@ "author": "matrix.org", "repository": { "type": "git", - "url": "https://github.com/matrix-org/matrix-wysiwyg" + "url": "https://github.com/element-hq/matrix-rich-text-editor" }, "license": "AGPL-3.0", "main": "./dist/matrix-wysiwyg.umd.cjs", diff --git a/sonar-project.properties b/sonar-project.properties index ad8e5c64..14922667 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -1,5 +1,5 @@ sonar.projectKey=matrix-rich-text-editor -sonar.organization=matrix-org +sonar.organization=element-hq # set the source code to be everything in /web/src/ and /web/lib/ folders sonar.sources=platforms/web/src,platforms/web/lib