Skip to content

Commit 3beca28

Browse files
authored
fix: update repo links to use bluetooth-devices (#80)
1 parent 36c741a commit 3beca28

File tree

7 files changed

+77
-78
lines changed

7 files changed

+77
-78
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": "ulid-transform",
3-
"projectOwner": "bdraco",
3+
"projectOwner": "bluetooth-devices",
44
"repoType": "github",
55
"repoHost": "https://github.com",
66
"files": ["README.md"],

.copier-answers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ copyright_year: '2022'
66
documentation: false
77
email: nick@koston.org
88
full_name: J. Nick Koston
9-
github_username: bdraco
9+
github_username: bluetooth-devices
1010
initial_commit: true
1111
open_source_license: MIT
1212
package_name: ulid_transform

.github/FUNDING.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGELOG.md

Lines changed: 66 additions & 66 deletions
Large diffs are not rendered by default.

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/bdraco/ulid-transform/issues
117+
[gh-issues]: https://github.com/bluetooth-devices/ulid-transform/issues

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Fast ULID transformations
22

33
<p align="center">
4-
<a href="https://github.com/bdraco/ulid-transform/actions/workflows/ci.yml?query=branch%3Amain">
5-
<img src="https://img.shields.io/github/actions/workflow/status/bdraco/ulid-transform/ci.yml?branch=main&label=CI&logo=github&style=flat-square" alt="CI Status" >
4+
<a href="https://github.com/bluetooth-devices/ulid-transform/actions/workflows/ci.yml?query=branch%3Amain">
5+
<img src="https://img.shields.io/github/actions/workflow/status/bluetooth-devices/ulid-transform/ci.yml?branch=main&label=CI&logo=github&style=flat-square" alt="CI Status" >
66
</a>
7-
<a href="https://codecov.io/gh/bdraco/ulid-transform">
8-
<img src="https://img.shields.io/codecov/c/github/bdraco/ulid-transform.svg?logo=codecov&logoColor=fff&style=flat-square" alt="Test coverage percentage">
7+
<a href="https://codecov.io/gh/bluetooth-devices/ulid-transform">
8+
<img src="https://img.shields.io/codecov/c/github/bluetooth-devices/ulid-transform.svg?logo=codecov&logoColor=fff&style=flat-square" alt="Test coverage percentage">
99
</a>
1010
</p>
1111
<p align="center">
@@ -18,7 +18,7 @@
1818
<a href="https://github.com/pre-commit/pre-commit">
1919
<img src="https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white&style=flat-square" alt="pre-commit">
2020
</a>
21-
<a href="https://codspeed.io/bdraco/ulid-transform"><img src="https://img.shields.io/endpoint?url=https://codspeed.io/badge.json" alt="CodSpeed Badge"/></a>
21+
<a href="https://codspeed.io/bluetooth-devices/ulid-transform"><img src="https://img.shields.io/endpoint?url=https://codspeed.io/badge.json" alt="CodSpeed Badge"/></a>
2222
</p>
2323
<p align="center">
2424
<a href="https://pypi.org/project/ulid-transform/">

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "Create and transform ULIDs"
55
authors = ["J. Nick Koston <nick@koston.org>"]
66
license = "MIT"
77
readme = "README.md"
8-
repository = "https://github.com/bdraco/ulid-transform"
8+
repository = "https://github.com/bluetooth-devices/ulid-transform"
99
classifiers = [
1010
"Development Status :: 5 - Production/Stable",
1111
"Intended Audience :: Developers",
@@ -25,8 +25,8 @@ generate-setup-file = true
2525
script = "build_ext.py"
2626

2727
[tool.poetry.urls]
28-
"Bug Tracker" = "https://github.com/bdraco/ulid-transform/issues"
29-
"Changelog" = "https://github.com/bdraco/ulid-transform/blob/main/CHANGELOG.md"
28+
"Bug Tracker" = "https://github.com/bluetooth-devices/ulid-transform/issues"
29+
"Changelog" = "https://github.com/bluetooth-devices/ulid-transform/blob/main/CHANGELOG.md"
3030

3131
[tool.poetry.dependencies]
3232
python = "^3.11"

0 commit comments

Comments
 (0)