From df34515ef1ba1bd225308cb767c68f1604d528ce Mon Sep 17 00:00:00 2001 From: s3lph Date: Mon, 4 Mar 2024 22:16:40 +0100 Subject: [PATCH] chore: element-web, hydrogen-web: new github repo --- README.md | 4 ++-- matrix-element-web/package.sh | 2 +- matrix-hydrogen/build.sh | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 24f7d1a..d4423d0 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,8 @@ information, please see [https://repo.s3lph.me/](https://repo.s3lph.me/). - [keycloak-24](https://github.com/keycloak/keycloak) - [linux-diversion-ath-regd-optional](https://github.com/twisteroidambassador/arch-linux-ath-user-regd/issues/1) - [lottieconverter](https://github.com/sot-tech/LottieConverter) -- [matrix-element-web](https://github.com/vector-im/element-web/) -- [matrix-hydrogen](https://github.com/vector-im/hydrogen-web/) +- [matrix-element-web](https://github.com/element-hq/element-web/) +- [matrix-hydrogen](https://github.com/element-hq/hydrogen-web/) - [matrix.to](https://github.com/matrix-org/matrix.to) - [matterbridge](https://github.com/42wim/matterbridge/) - [maubot](https://github.com/maubot/maubot) diff --git a/matrix-element-web/package.sh b/matrix-element-web/package.sh index 6e8867e..4c8fdc7 100755 --- a/matrix-element-web/package.sh +++ b/matrix-element-web/package.sh @@ -2,7 +2,7 @@ set -exo pipefail -API_URL=https://api.github.com/repos/vector-im/element-web/releases +API_URL=https://api.github.com/repos/element-hq/element-web/releases JQ_EXPR='.[] | select( .prerelease==false and .draft==false and .target_commitish=="develop" ) | "\(.tag_name[1:]) \(.published_at) \(.assets[] | select(.name|test("element-.*.tar.gz$")).browser_download_url )"' ROOT=$(pwd) diff --git a/matrix-hydrogen/build.sh b/matrix-hydrogen/build.sh index 7d0b4a5..930987a 100755 --- a/matrix-hydrogen/build.sh +++ b/matrix-hydrogen/build.sh @@ -2,7 +2,7 @@ set -exo pipefail -API_URL=https://api.github.com/repos/vector-im/hydrogen-web/releases +API_URL=https://api.github.com/repos/element-hq/hydrogen-web/releases JQ_EXPR='.[] | select( .prerelease==false and .draft==false and .target_commitish=="master" ) | "\(.tag_name[1:]) \(.published_at) \(.assets[] | select(.name|test("hydrogen-web-.*.tar.gz$")).browser_download_url )"' ROOT=$(pwd)