Skip to content

Commit ffd64cf

Browse files
authored
Change references of half-shot/ to matrix-org/ (#216)
* Change references of half-shot/ to matrix-org/ * changelog
1 parent 6b52457 commit ffd64cf

File tree

8 files changed

+14
-13
lines changed

8 files changed

+14
-13
lines changed

book.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[book]
2-
authors = ["Half-Shot <[email protected]>"]
2+
authors = ["matrix.org <[email protected]>"]
33
language = "en"
44
multilingual = false
55
src = "docs"
@@ -13,10 +13,10 @@ create-missing = false
1313

1414
[output.html]
1515
# The URL visitors will be directed to when they try to edit a page
16-
edit-url-template = "https://github.com/half-shot/matrix-hookshot/edit/main/{path}"
16+
edit-url-template = "https://github.com/matrix-org/matrix-hookshot/edit/main/{path}"
1717

1818
# The source code URL of the repository
19-
git-repository-url = "https://github.com/half-shot/matrix-hookshot"
19+
git-repository-url = "https://github.com/matrix-org/matrix-hookshot"
2020

2121

2222
additional-css = [

changelog.d/216.misc

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

docs/setup.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ To install Rust, [rustup](https://rustup.rs/) is the preferred solution to stay
2020
To clone and install, run:
2121

2222
```bash
23-
git clone [email protected]:Half-Shot/matrix-hookshot.git
23+
git clone [email protected]:matrix-org/matrix-hookshot.git
2424
cd matrix-hookshot
2525
yarn # or npm i
2626
```

docs/usage/room_configuration/github_repo.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GitHub Repository
22
=================
33

4-
This connection type connects a GitHub repository (e.g. https://github.com/Half-Shot/matrix-hookshot) to a room.
4+
This connection type connects a GitHub repository (e.g. https://github.com/matrix-org/matrix-hookshot) to a room.
55

66
You can run commands to create and manipulate issues, and receive notifications when something changes such as
77
a new release.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"version": "1.1.0",
44
"description": "A bridge between Matrix and multiple project management services, such as GitHub, GitLab and JIRA.",
55
"main": "lib/app.js",
6-
"repository": "https://github.com/Half-Shot/matrix-hookshot",
7-
"author": "Half-Shot",
6+
"repository": "https://github.com/matrix-org/matrix-hookshot",
7+
"author": "matrix.org",
88
"license": "Apache-2.0",
99
"private": false,
1010
"napi": {

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.towncrier]
22
filename = "CHANGELOG.md"
33
directory = "changelog.d"
4-
issue_format = "[\\#{issue}](https://github.com/half-shot/matrix-hookshot/issues/{issue})"
4+
issue_format = "[\\#{issue}](https://github.com/matrix-org/matrix-hookshot/issues/{issue})"
55

66
[[tool.towncrier.type]]
77
directory = "feature"

src/UserAgent.ts

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

src/provisioning/api.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -210,8 +210,8 @@ This request can be retried until the number of entries is less than the value o
210210
"loggedIn": true,
211211
"repositories":[{
212212
"name": "matrix-hookshot",
213-
"owner": "half-shot",
214-
"fullName": "half-shot/matrix-hookshot",
213+
"owner": "matrix-org",
214+
"fullName": "matrix-org/matrix-hookshot",
215215
"avatarUrl": "https://avatars.githubusercontent.com/u/8418310?v=4",
216216
"description": "A bridge between Matrix and multiple project management services, such as GitHub, GitLab and JIRA. "
217217
}]
@@ -236,8 +236,8 @@ This request can be retried until the number of entries is less than the value o
236236
"changeSelectionUrl": "https://github.com/settings/installations/12345",
237237
"repositories":[{
238238
"name": "matrix-hookshot",
239-
"owner": "half-shot",
240-
"fullName": "half-shot/matrix-hookshot",
239+
"owner": "matrix-org",
240+
"fullName": "matrix-org/matrix-hookshot",
241241
"avatarUrl": "https://avatars.githubusercontent.com/u/8418310?v=4",
242242
"description": "A bridge between Matrix and multiple project management services, such as GitHub, GitLab and JIRA. "
243243
}]

0 commit comments

Comments
 (0)