Skip to content

Commit a14eb5c

Browse files
authored
fix: change GitHub org to Bluetooth-Devices (#6)
1 parent a2a5add commit a14eb5c

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.all-contributorsrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"projectName": "tilt-ble",
3-
"projectOwner": "apt-itude",
3+
"projectOwner": "Bluetooth-Devices",
44
"repoType": "github",
55
"repoHost": "https://github.com",
66
"files": [

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,4 +114,4 @@ $ pytest tests
114114

115115
The deployment should be automated and can be triggered from the Semantic Release workflow in GitHub. The next version will be based on [the commit logs](https://python-semantic-release.readthedocs.io/en/latest/commit-log-parsing.html#commit-log-parsing). This is done by [python-semantic-release](https://python-semantic-release.readthedocs.io/en/latest/index.html) via a GitHub action.
116116

117-
[gh-issues]: https://github.com/apt-itude/tilt-ble/issues
117+
[gh-issues]: https://github.com/Bluetooth-Devices/tilt-ble/issues

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# Tilt BLE
22

33
<p align="center">
4-
<a href="https://github.com/apt-itude/tilt-ble/actions?query=workflow%3ACI">
5-
<img src="https://img.shields.io/github/workflow/status/apt-itude/tilt-ble/CI/main?label=CI&logo=github&style=flat-square" alt="CI Status" >
4+
<a href="https://github.com/Bluetooth-Devices/tilt-ble/actions?query=workflow%3ACI">
5+
<img src="https://img.shields.io/github/workflow/status/Bluetooth-Devices/tilt-ble/CI/main?label=CI&logo=github&style=flat-square" alt="CI Status" >
66
</a>
77
<a href="https://tilt-ble.readthedocs.io">
88
<img src="https://img.shields.io/readthedocs/tilt-ble.svg?logo=read-the-docs&logoColor=fff&style=flat-square" alt="Documentation Status">
99
</a>
10-
<a href="https://codecov.io/gh/apt-itude/tilt-ble">
11-
<img src="https://img.shields.io/codecov/c/github/apt-itude/tilt-ble.svg?logo=codecov&logoColor=fff&style=flat-square" alt="Test coverage percentage">
10+
<a href="https://codecov.io/gh/Bluetooth-Devices/tilt-ble">
11+
<img src="https://img.shields.io/codecov/c/github/Bluetooth-Devices/tilt-ble.svg?logo=codecov&logoColor=fff&style=flat-square" alt="Test coverage percentage">
1212
</a>
1313
</p>
1414
<p align="center">

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "Parser for Tilt BLE devices"
55
authors = ["Alexander Thompson <thompson.p.alex@gmail.com>"]
66
license = "MIT"
77
readme = "README.md"
8-
repository = "https://github.com/apt-itude/tilt-ble"
8+
repository = "https://github.com/Bluetooth-Devices/tilt-ble"
99
documentation = "https://tilt-ble.readthedocs.io"
1010
classifiers = [
1111
"Development Status :: 2 - Pre-Alpha",
@@ -19,8 +19,8 @@ packages = [
1919
]
2020

2121
[tool.poetry.urls]
22-
"Bug Tracker" = "https://github.com/apt-itude/tilt-ble/issues"
23-
"Changelog" = "https://github.com/apt-itude/tilt-ble/blob/main/CHANGELOG.md"
22+
"Bug Tracker" = "https://github.com/Bluetooth-Devices/tilt-ble/issues"
23+
"Changelog" = "https://github.com/Bluetooth-Devices/tilt-ble/blob/main/CHANGELOG.md"
2424

2525
[tool.poetry.dependencies]
2626
python = "^3.9"

0 commit comments

Comments
 (0)