Skip to content

Commit 975546c

Browse files
committed
chore: move the repository to the python-scim organization
1 parent d564fc4 commit 975546c

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ It allows users and groups creations, modifications and deletions to be synchron
1313

1414
### Binary files
1515

16-
Binary files are available on the [releases page](https://github.com/yaal-coop/scim2-cli/releases).
16+
Binary files are available on the [releases page](https://github.com/python-scim/scim2-cli/releases).
1717

1818
### Python package
1919

@@ -29,7 +29,7 @@ pip install scim2-cli
2929
To run scim2-cli from the sources, [uv is needed](https://docs.astral.sh/uv/getting-started/installation/) for development:
3030

3131
```shell
32-
git clone https://github.com/yaal-coop/scim2-cli.git
32+
git clone https://github.com/python-scim/scim2-cli.git
3333
cd scim2-cli
3434
uv sync
3535
```
@@ -89,6 +89,6 @@ $ scim2 https://auth.example --header "Authorization: Bearer 12345" query user 2
8989
```
9090

9191
scim2-cli belongs in a collection of SCIM tools developed by [Yaal Coop](https://yaal.coop),
92-
with [scim2-models](https://github.com/yaal-coop/scim2-models),
93-
[scim2-client](https://github.com/yaal-coop/scim2-client) and
94-
[scim2-tester](https://github.com/yaal-coop/scim2-tester)
92+
with [scim2-models](https://github.com/python-scim/scim2-models),
93+
[scim2-client](https://github.com/python-scim/scim2-client) and
94+
[scim2-tester](https://github.com/python-scim/scim2-tester)

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
html_theme_options = {
5151
"globaltoc_expand_depth": 3,
5252
"accent_color": "orange",
53-
"github_url": "https://github.com/yaal-coop/scim2-cli",
53+
"github_url": "https://github.com/python-scim/scim2-cli",
5454
"mastodon_url": "https://toot.aquilenet.fr/@yaal",
5555
"nav_links": [
5656
{"title": "scim2-models", "url": "https://scim2-models.readthedocs.io"},

doc/contributing.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ Contribution
33

44
Contributions are welcome!
55

6-
The repository is hosted at `github.com/yaal-coop/scim2-cli <https://github.com/yaal-coop/scim2-cli>`_.
6+
The repository is hosted at `github.com/python-scim/scim2-cli <https://github.com/python-scim/scim2-cli>`_.
77

88
Discuss
99
-------
1010

1111
If you want to implement a feature or a bugfix, please start by discussing it with us on
12-
the `bugtracker <https://github.com/yaal-coop/scim2-cli/issues>`_.
12+
the `bugtracker <https://github.com/python-scim/scim2-cli/issues>`_.
1313

1414
Unit tests
1515
----------

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ dependencies = [
3535

3636
[project.urls]
3737
documentation = "https://scim2-cli.readthedocs.io"
38-
repository = "https://github.com/yaal-coop/scim2-cli"
38+
repository = "https://github.com/python-scim/scim2-cli"
3939
changelog = "https://scim2-cli.readthedocs.io/en/latest/changelog.html"
40-
funding = "https://github.com/sponsors/yaal-coop"
40+
funding = "https://github.com/sponsors/python-scim"
4141

4242
[dependency-groups]
4343
dev = [

0 commit comments

Comments
 (0)