Change references of half-shot/ to matrix-org/ (#216)

* Change references of half-shot/ to matrix-org/

* changelog
This commit is contained in:
Will Hunt 2022-03-02 15:42:06 +00:00 committed by GitHub
parent 6b52457274
commit ffd64cf2f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 14 additions and 13 deletions

View File

@ -1,5 +1,5 @@
[book]
authors = ["Half-Shot <me@half-shot.uk>"]
authors = ["matrix.org <team@matrix.org>"]
language = "en"
multilingual = false
src = "docs"
@ -13,10 +13,10 @@ create-missing = false
[output.html]
# The URL visitors will be directed to when they try to edit a page
edit-url-template = "https://github.com/half-shot/matrix-hookshot/edit/main/{path}"
edit-url-template = "https://github.com/matrix-org/matrix-hookshot/edit/main/{path}"
# The source code URL of the repository
git-repository-url = "https://github.com/half-shot/matrix-hookshot"
git-repository-url = "https://github.com/matrix-org/matrix-hookshot"
additional-css = [

1
changelog.d/216.misc Normal file
View File

@ -0,0 +1 @@
The GitHub repository has moved from `https://github.com/Half-Shot/matrix-hookshot` to `https://github.com/matrix-org/matrix-hookshot`.

View File

@ -20,7 +20,7 @@ To install Rust, [rustup](https://rustup.rs/) is the preferred solution to stay
To clone and install, run:
```bash
git clone git@github.com:Half-Shot/matrix-hookshot.git
git clone git@github.com:matrix-org/matrix-hookshot.git
cd matrix-hookshot
yarn # or npm i
```

View File

@ -1,7 +1,7 @@
GitHub Repository
=================
This connection type connects a GitHub repository (e.g. https://github.com/Half-Shot/matrix-hookshot) to a room.
This connection type connects a GitHub repository (e.g. https://github.com/matrix-org/matrix-hookshot) to a room.
You can run commands to create and manipulate issues, and receive notifications when something changes such as
a new release.

View File

@ -3,8 +3,8 @@
"version": "1.1.0",
"description": "A bridge between Matrix and multiple project management services, such as GitHub, GitLab and JIRA.",
"main": "lib/app.js",
"repository": "https://github.com/Half-Shot/matrix-hookshot",
"author": "Half-Shot",
"repository": "https://github.com/matrix-org/matrix-hookshot",
"author": "matrix.org",
"license": "Apache-2.0",
"private": false,
"napi": {

View File

@ -1,7 +1,7 @@
[tool.towncrier]
filename = "CHANGELOG.md"
directory = "changelog.d"
issue_format = "[\\#{issue}](https://github.com/half-shot/matrix-hookshot/issues/{issue})"
issue_format = "[\\#{issue}](https://github.com/matrix-org/matrix-hookshot/issues/{issue})"
[[tool.towncrier.type]]
directory = "feature"

View File

@ -1,2 +1,2 @@
const UserAgent = "matrix-hookshot/1.1.0 (+https://github.com/half-shot/matrix-hookshot)";
const UserAgent = "matrix-hookshot/1.1.0 (+https://github.com/matrix-org/matrix-hookshot)";
export default UserAgent;

View File

@ -210,8 +210,8 @@ This request can be retried until the number of entries is less than the value o
"loggedIn": true,
"repositories":[{
"name": "matrix-hookshot",
"owner": "half-shot",
"fullName": "half-shot/matrix-hookshot",
"owner": "matrix-org",
"fullName": "matrix-org/matrix-hookshot",
"avatarUrl": "https://avatars.githubusercontent.com/u/8418310?v=4",
"description": "A bridge between Matrix and multiple project management services, such as GitHub, GitLab and JIRA. "
}]
@ -236,8 +236,8 @@ This request can be retried until the number of entries is less than the value o
"changeSelectionUrl": "https://github.com/settings/installations/12345",
"repositories":[{
"name": "matrix-hookshot",
"owner": "half-shot",
"fullName": "half-shot/matrix-hookshot",
"owner": "matrix-org",
"fullName": "matrix-org/matrix-hookshot",
"avatarUrl": "https://avatars.githubusercontent.com/u/8418310?v=4",
"description": "A bridge between Matrix and multiple project management services, such as GitHub, GitLab and JIRA. "
}]