Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: change GitHub org to Bluetooth-Devices #6

Merged
merged 1 commit into from
Aug 31, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"projectName": "tilt-ble",
"projectOwner": "apt-itude",
"projectOwner": "Bluetooth-Devices",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,4 +114,4 @@ $ pytest tests

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.

[gh-issues]: https://github.com/apt-itude/tilt-ble/issues
[gh-issues]: https://github.com/Bluetooth-Devices/tilt-ble/issues
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Tilt BLE

<p align="center">
<a href="https://github.com/apt-itude/tilt-ble/actions?query=workflow%3ACI">
<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" >
<a href="https://github.com/Bluetooth-Devices/tilt-ble/actions?query=workflow%3ACI">
<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" >
</a>
<a href="https://tilt-ble.readthedocs.io">
<img src="https://img.shields.io/readthedocs/tilt-ble.svg?logo=read-the-docs&logoColor=fff&style=flat-square" alt="Documentation Status">
</a>
<a href="https://codecov.io/gh/apt-itude/tilt-ble">
<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">
<a href="https://codecov.io/gh/Bluetooth-Devices/tilt-ble">
<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">
</a>
</p>
<p align="center">
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "Parser for Tilt BLE devices"
authors = ["Alexander Thompson <thompson.p.alex@gmail.com>"]
license = "MIT"
readme = "README.md"
repository = "https://github.com/apt-itude/tilt-ble"
repository = "https://github.com/Bluetooth-Devices/tilt-ble"
documentation = "https://tilt-ble.readthedocs.io"
classifiers = [
"Development Status :: 2 - Pre-Alpha",
Expand All @@ -19,8 +19,8 @@ packages = [
]

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

[tool.poetry.dependencies]
python = "^3.9"
Expand Down