Skip to content

Commit 2a43fa9

Browse files
committed
Changes re: transfer to org
1 parent 9c5fdbc commit 2a43fa9

File tree

8 files changed

+40
-39
lines changed

8 files changed

+40
-39
lines changed

README.rst

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -32,40 +32,40 @@ tox-recreate-hook
3232
:target: https://tox-recreate-hook.readthedocs.io/en/latest
3333
:alt: Documentation Build Status
3434

35-
.. |docs_check| image:: https://github.com/domdfcoding/tox-recreate-hook/workflows/Docs%20Check/badge.svg
36-
:target: https://github.com/domdfcoding/tox-recreate-hook/actions?query=workflow%3A%22Docs+Check%22
35+
.. |docs_check| image:: https://github.com/python-coincidence/tox-recreate-hook/workflows/Docs%20Check/badge.svg
36+
:target: https://github.com/python-coincidence/tox-recreate-hook/actions?query=workflow%3A%22Docs+Check%22
3737
:alt: Docs Check Status
3838

39-
.. |actions_linux| image:: https://github.com/domdfcoding/tox-recreate-hook/workflows/Linux/badge.svg
40-
:target: https://github.com/domdfcoding/tox-recreate-hook/actions?query=workflow%3A%22Linux%22
39+
.. |actions_linux| image:: https://github.com/python-coincidence/tox-recreate-hook/workflows/Linux/badge.svg
40+
:target: https://github.com/python-coincidence/tox-recreate-hook/actions?query=workflow%3A%22Linux%22
4141
:alt: Linux Test Status
4242

43-
.. |actions_windows| image:: https://github.com/domdfcoding/tox-recreate-hook/workflows/Windows/badge.svg
44-
:target: https://github.com/domdfcoding/tox-recreate-hook/actions?query=workflow%3A%22Windows%22
43+
.. |actions_windows| image:: https://github.com/python-coincidence/tox-recreate-hook/workflows/Windows/badge.svg
44+
:target: https://github.com/python-coincidence/tox-recreate-hook/actions?query=workflow%3A%22Windows%22
4545
:alt: Windows Test Status
4646

47-
.. |actions_macos| image:: https://github.com/domdfcoding/tox-recreate-hook/workflows/macOS/badge.svg
48-
:target: https://github.com/domdfcoding/tox-recreate-hook/actions?query=workflow%3A%22macOS%22
47+
.. |actions_macos| image:: https://github.com/python-coincidence/tox-recreate-hook/workflows/macOS/badge.svg
48+
:target: https://github.com/python-coincidence/tox-recreate-hook/actions?query=workflow%3A%22macOS%22
4949
:alt: macOS Test Status
5050

51-
.. |actions_flake8| image:: https://github.com/domdfcoding/tox-recreate-hook/workflows/Flake8/badge.svg
52-
:target: https://github.com/domdfcoding/tox-recreate-hook/actions?query=workflow%3A%22Flake8%22
51+
.. |actions_flake8| image:: https://github.com/python-coincidence/tox-recreate-hook/workflows/Flake8/badge.svg
52+
:target: https://github.com/python-coincidence/tox-recreate-hook/actions?query=workflow%3A%22Flake8%22
5353
:alt: Flake8 Status
5454

55-
.. |actions_mypy| image:: https://github.com/domdfcoding/tox-recreate-hook/workflows/mypy/badge.svg
56-
:target: https://github.com/domdfcoding/tox-recreate-hook/actions?query=workflow%3A%22mypy%22
55+
.. |actions_mypy| image:: https://github.com/python-coincidence/tox-recreate-hook/workflows/mypy/badge.svg
56+
:target: https://github.com/python-coincidence/tox-recreate-hook/actions?query=workflow%3A%22mypy%22
5757
:alt: mypy status
5858

59-
.. |requires| image:: https://requires.io/github/domdfcoding/tox-recreate-hook/requirements.svg?branch=master
60-
:target: https://requires.io/github/domdfcoding/tox-recreate-hook/requirements/?branch=master
59+
.. |requires| image:: https://requires.io/github/python-coincidence/tox-recreate-hook/requirements.svg?branch=master
60+
:target: https://requires.io/github/python-coincidence/tox-recreate-hook/requirements/?branch=master
6161
:alt: Requirements Status
6262

63-
.. |coveralls| image:: https://img.shields.io/coveralls/github/domdfcoding/tox-recreate-hook/master?logo=coveralls
64-
:target: https://coveralls.io/github/domdfcoding/tox-recreate-hook?branch=master
63+
.. |coveralls| image:: https://img.shields.io/coveralls/github/python-coincidence/tox-recreate-hook/master?logo=coveralls
64+
:target: https://coveralls.io/github/python-coincidence/tox-recreate-hook?branch=master
6565
:alt: Coverage
6666

67-
.. |codefactor| image:: https://img.shields.io/codefactor/grade/github/domdfcoding/tox-recreate-hook?logo=codefactor
68-
:target: https://www.codefactor.io/repository/github/domdfcoding/tox-recreate-hook
67+
.. |codefactor| image:: https://img.shields.io/codefactor/grade/github/python-coincidence/tox-recreate-hook?logo=codefactor
68+
:target: https://www.codefactor.io/repository/github/python-coincidence/tox-recreate-hook
6969
:alt: CodeFactor Grade
7070

7171
.. |pypi-version| image:: https://img.shields.io/pypi/v/tox-recreate-hook
@@ -84,19 +84,19 @@ tox-recreate-hook
8484
:target: https://pypi.org/project/tox-recreate-hook/
8585
:alt: PyPI - Wheel
8686

87-
.. |license| image:: https://img.shields.io/github/license/domdfcoding/tox-recreate-hook
88-
:target: https://github.com/domdfcoding/tox-recreate-hook/blob/master/LICENSE
87+
.. |license| image:: https://img.shields.io/github/license/python-coincidence/tox-recreate-hook
88+
:target: https://github.com/python-coincidence/tox-recreate-hook/blob/master/LICENSE
8989
:alt: License
9090

91-
.. |language| image:: https://img.shields.io/github/languages/top/domdfcoding/tox-recreate-hook
91+
.. |language| image:: https://img.shields.io/github/languages/top/python-coincidence/tox-recreate-hook
9292
:alt: GitHub top language
9393

94-
.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/tox-recreate-hook/v0.1.0
95-
:target: https://github.com/domdfcoding/tox-recreate-hook/pulse
94+
.. |commits-since| image:: https://img.shields.io/github/commits-since/python-coincidence/tox-recreate-hook/v0.1.0
95+
:target: https://github.com/python-coincidence/tox-recreate-hook/pulse
9696
:alt: GitHub commits since tagged version
9797

98-
.. |commits-latest| image:: https://img.shields.io/github/last-commit/domdfcoding/tox-recreate-hook
99-
:target: https://github.com/domdfcoding/tox-recreate-hook/commit/master
98+
.. |commits-latest| image:: https://img.shields.io/github/last-commit/python-coincidence/tox-recreate-hook
99+
:target: https://github.com/python-coincidence/tox-recreate-hook/commit/master
100100
:alt: GitHub last commit
101101

102102
.. |maintained| image:: https://img.shields.io/maintenance/yes/2021
@@ -106,8 +106,8 @@ tox-recreate-hook
106106
:target: https://pypi.org/project/tox-recreate-hook/
107107
:alt: PyPI - Downloads
108108

109-
.. |pre_commit_ci| image:: https://results.pre-commit.ci/badge/github/domdfcoding/tox-recreate-hook/master.svg
110-
:target: https://results.pre-commit.ci/latest/github/domdfcoding/tox-recreate-hook/master
109+
.. |pre_commit_ci| image:: https://results.pre-commit.ci/badge/github/python-coincidence/tox-recreate-hook/master.svg
110+
:target: https://results.pre-commit.ci/latest/github/python-coincidence/tox-recreate-hook/master
111111
:alt: pre-commit.ci status
112112

113113
.. end shields

doc-source/Source.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ Downloading source code
33
=========================
44

55
The ``tox-recreate-hook`` source code is available on GitHub,
6-
and can be accessed from the following URL: https://github.com/domdfcoding/tox-recreate-hook
6+
and can be accessed from the following URL: https://github.com/python-coincidence/tox-recreate-hook
77

88
If you have ``git`` installed, you can clone the repository with the following command:
99

1010
.. code-block:: bash
1111
12-
$ git clone https://github.com/domdfcoding/tox-recreate-hook"
12+
$ git clone https://github.com/python-coincidence/tox-recreate-hook"
1313
> Cloning into 'tox-recreate-hook'...
1414
> remote: Enumerating objects: 47, done.
1515
> remote: Counting objects: 100% (47/47), done.

doc-source/_templates/sidebar/navigation.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<div class="sidebar-tree">
77
<p class="caption"><span class="caption-text">Links</span></p>
88
<ul>
9-
<li class="toctree-l1"><a class="reference external" href="https://github.com/domdfcoding/tox-recreate-hook">GitHub</a></li>
9+
<li class="toctree-l1"><a class="reference external" href="https://github.com/python-coincidence/tox-recreate-hook">GitHub</a></li>
1010
<li class="toctree-l1"><a class="reference external" href="https://pypi.org/project/tox-recreate-hook">PyPI</a></li>
1111
</ul>
1212
</div>

doc-source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# this package
1414
from __pkginfo__ import __version__
1515

16-
github_username = "domdfcoding"
16+
github_username = "python-coincidence"
1717
github_repository = "tox-recreate-hook"
1818
github_url = f"https://github.com/{github_username}/{github_repository}"
1919

doc-source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,6 @@ Contents
150150

151151
View the :ref:`Function Index <genindex>` or browse the `Source Code <_modules/index.html>`__.
152152

153-
`Browse the GitHub Repository <https://github.com/domdfcoding/tox-recreate-hook>`__
153+
`Browse the GitHub Repository <https://github.com/python-coincidence/tox-recreate-hook>`__
154154

155155
.. end links

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ name = "Dominic Davis-Foster"
1717
file = "LICENSE"
1818

1919
[project.urls]
20-
Homepage = "https://github.com/domdfcoding/tox-recreate-hook"
21-
"Issue Tracker" = "https://github.com/domdfcoding/tox-recreate-hook/issues"
22-
"Source Code" = "https://github.com/domdfcoding/tox-recreate-hook"
20+
Homepage = "https://github.com/python-coincidence/tox-recreate-hook"
21+
"Issue Tracker" = "https://github.com/python-coincidence/tox-recreate-hook/issues"
22+
"Source Code" = "https://github.com/python-coincidence/tox-recreate-hook"
2323
Documentation = "https://tox-recreate-hook.readthedocs.io/en/latest"
2424

2525
[tool.whey]

repo_helper.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ modname: 'tox-recreate-hook'
44
copyright_years: 2021
55
author: 'Dominic Davis-Foster'
66
7-
username: 'domdfcoding'
7+
username: 'python-coincidence'
8+
assignee: 'domdfcoding'
89
version: '0.1.0'
910
license: 'MIT'
1011
short_desc: '(experimental) Allows hooks to be defined which are called when recreating a tox testenv.'

setup.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ keywords = tox
1515
long_description = file: README.rst
1616
long_description_content_type = text/x-rst
1717
platforms = Windows, macOS, Linux
18-
url = https://github.com/domdfcoding/tox-recreate-hook
18+
url = https://github.com/python-coincidence/tox-recreate-hook
1919
project_urls =
2020
Documentation = https://tox-recreate-hook.readthedocs.io/en/latest
21-
Issue Tracker = https://github.com/domdfcoding/tox-recreate-hook/issues
22-
Source Code = https://github.com/domdfcoding/tox-recreate-hook
21+
Issue Tracker = https://github.com/python-coincidence/tox-recreate-hook/issues
22+
Source Code = https://github.com/python-coincidence/tox-recreate-hook
2323
classifiers =
2424
Development Status :: 3 - Alpha
2525
Framework :: tox

0 commit comments

Comments
 (0)