Skip to content

Commit

Permalink
Fix GitHub org name.
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Dec 6, 2023
1 parent ee9e2d5 commit 761e95c
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 35 deletions.
48 changes: 24 additions & 24 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,51 +30,51 @@ gunshotmatch-pipeline
:target: https://gunshotmatch-pipeline.readthedocs.io/en/latest
:alt: Documentation Build Status

.. |docs_check| image:: https://github.com/domdfcoding/gunshotmatch-pipeline/workflows/Docs%20Check/badge.svg
:target: https://github.com/domdfcoding/gunshotmatch-pipeline/actions?query=workflow%3A%22Docs+Check%22
.. |docs_check| image:: https://github.com/GunShotMatch/gunshotmatch-pipeline/workflows/Docs%20Check/badge.svg
:target: https://github.com/GunShotMatch/gunshotmatch-pipeline/actions?query=workflow%3A%22Docs+Check%22
:alt: Docs Check Status

.. |actions_linux| image:: https://github.com/domdfcoding/gunshotmatch-pipeline/workflows/Linux/badge.svg
:target: https://github.com/domdfcoding/gunshotmatch-pipeline/actions?query=workflow%3A%22Linux%22
.. |actions_linux| image:: https://github.com/GunShotMatch/gunshotmatch-pipeline/workflows/Linux/badge.svg
:target: https://github.com/GunShotMatch/gunshotmatch-pipeline/actions?query=workflow%3A%22Linux%22
:alt: Linux Test Status

.. |actions_windows| image:: https://github.com/domdfcoding/gunshotmatch-pipeline/workflows/Windows/badge.svg
:target: https://github.com/domdfcoding/gunshotmatch-pipeline/actions?query=workflow%3A%22Windows%22
.. |actions_windows| image:: https://github.com/GunShotMatch/gunshotmatch-pipeline/workflows/Windows/badge.svg
:target: https://github.com/GunShotMatch/gunshotmatch-pipeline/actions?query=workflow%3A%22Windows%22
:alt: Windows Test Status

.. |actions_macos| image:: https://github.com/domdfcoding/gunshotmatch-pipeline/workflows/macOS/badge.svg
:target: https://github.com/domdfcoding/gunshotmatch-pipeline/actions?query=workflow%3A%22macOS%22
.. |actions_macos| image:: https://github.com/GunShotMatch/gunshotmatch-pipeline/workflows/macOS/badge.svg
:target: https://github.com/GunShotMatch/gunshotmatch-pipeline/actions?query=workflow%3A%22macOS%22
:alt: macOS Test Status

.. |actions_flake8| image:: https://github.com/domdfcoding/gunshotmatch-pipeline/workflows/Flake8/badge.svg
:target: https://github.com/domdfcoding/gunshotmatch-pipeline/actions?query=workflow%3A%22Flake8%22
.. |actions_flake8| image:: https://github.com/GunShotMatch/gunshotmatch-pipeline/workflows/Flake8/badge.svg
:target: https://github.com/GunShotMatch/gunshotmatch-pipeline/actions?query=workflow%3A%22Flake8%22
:alt: Flake8 Status

.. |actions_mypy| image:: https://github.com/domdfcoding/gunshotmatch-pipeline/workflows/mypy/badge.svg
:target: https://github.com/domdfcoding/gunshotmatch-pipeline/actions?query=workflow%3A%22mypy%22
.. |actions_mypy| image:: https://github.com/GunShotMatch/gunshotmatch-pipeline/workflows/mypy/badge.svg
:target: https://github.com/GunShotMatch/gunshotmatch-pipeline/actions?query=workflow%3A%22mypy%22
:alt: mypy status

.. |requires| image:: https://dependency-dash.repo-helper.uk/github/domdfcoding/gunshotmatch-pipeline/badge.svg
:target: https://dependency-dash.repo-helper.uk/github/domdfcoding/gunshotmatch-pipeline/
.. |requires| image:: https://dependency-dash.repo-helper.uk/github/GunShotMatch/gunshotmatch-pipeline/badge.svg
:target: https://dependency-dash.repo-helper.uk/github/GunShotMatch/gunshotmatch-pipeline/
:alt: Requirements Status

.. |codefactor| image:: https://img.shields.io/codefactor/grade/github/domdfcoding/gunshotmatch-pipeline?logo=codefactor
:target: https://www.codefactor.io/repository/github/domdfcoding/gunshotmatch-pipeline
.. |codefactor| image:: https://img.shields.io/codefactor/grade/github/GunShotMatch/gunshotmatch-pipeline?logo=codefactor
:target: https://www.codefactor.io/repository/github/GunShotMatch/gunshotmatch-pipeline
:alt: CodeFactor Grade

.. |license| image:: https://img.shields.io/github/license/domdfcoding/gunshotmatch-pipeline
:target: https://github.com/domdfcoding/gunshotmatch-pipeline/blob/master/LICENSE
.. |license| image:: https://img.shields.io/github/license/GunShotMatch/gunshotmatch-pipeline
:target: https://github.com/GunShotMatch/gunshotmatch-pipeline/blob/master/LICENSE
:alt: License

.. |language| image:: https://img.shields.io/github/languages/top/domdfcoding/gunshotmatch-pipeline
.. |language| image:: https://img.shields.io/github/languages/top/GunShotMatch/gunshotmatch-pipeline
:alt: GitHub top language

.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/gunshotmatch-pipeline/v0.0.0
:target: https://github.com/domdfcoding/gunshotmatch-pipeline/pulse
.. |commits-since| image:: https://img.shields.io/github/commits-since/GunShotMatch/gunshotmatch-pipeline/v0.0.0
:target: https://github.com/GunShotMatch/gunshotmatch-pipeline/pulse
:alt: GitHub commits since tagged version

.. |commits-latest| image:: https://img.shields.io/github/last-commit/domdfcoding/gunshotmatch-pipeline
:target: https://github.com/domdfcoding/gunshotmatch-pipeline/commit/master
.. |commits-latest| image:: https://img.shields.io/github/last-commit/GunShotMatch/gunshotmatch-pipeline
:target: https://github.com/GunShotMatch/gunshotmatch-pipeline/commit/master
:alt: GitHub last commit

.. |maintained| image:: https://img.shields.io/maintenance/yes/2023
Expand All @@ -93,6 +93,6 @@ To install with ``pip``:

.. code-block:: bash
$ python -m pip install git+https://github.com/domdfcoding/gunshotmatch-pipeline
$ python -m pip install git+https://github.com/GunShotMatch/gunshotmatch-pipeline
.. end installation
4 changes: 2 additions & 2 deletions doc-source/Source.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ Downloading source code
=========================

The ``gunshotmatch-pipeline`` source code is available on GitHub,
and can be accessed from the following URL: https://github.com/domdfcoding/gunshotmatch-pipeline
and can be accessed from the following URL: https://github.com/GunShotMatch/gunshotmatch-pipeline

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

.. prompt:: bash

git clone https://github.com/domdfcoding/gunshotmatch-pipeline
git clone https://github.com/GunShotMatch/gunshotmatch-pipeline

.. parsed-literal::
Expand Down
2 changes: 1 addition & 1 deletion doc-source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

html_context = {
"display_github": True,
"github_user": "domdfcoding",
"github_user": "GunShotMatch",
"github_repo": "gunshotmatch-pipeline",
"github_version": "master",
"conf_py_path": "/doc-source/",
Expand Down
6 changes: 3 additions & 3 deletions doc-source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ gunshotmatch-pipeline
:workflow: mypy
:alt: mypy status

.. |requires| image:: https://dependency-dash.repo-helper.uk/github/domdfcoding/gunshotmatch-pipeline/badge.svg
:target: https://dependency-dash.repo-helper.uk/github/domdfcoding/gunshotmatch-pipeline/
.. |requires| image:: https://dependency-dash.repo-helper.uk/github/GunShotMatch/gunshotmatch-pipeline/badge.svg
:target: https://dependency-dash.repo-helper.uk/github/GunShotMatch/gunshotmatch-pipeline/
:alt: Requirements Status

.. |codefactor| codefactor-shield::
Expand Down Expand Up @@ -131,6 +131,6 @@ Contents

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

:github:repo:`Browse the GitHub Repository <domdfcoding/gunshotmatch-pipeline>`
:github:repo:`Browse the GitHub Repository <GunShotMatch/gunshotmatch-pipeline>`

.. end links
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ email = "dominic@davis-foster.co.uk"
file = "LICENSE"

[project.urls]
Homepage = "https://github.com/domdfcoding/gunshotmatch-pipeline"
"Issue Tracker" = "https://github.com/domdfcoding/gunshotmatch-pipeline/issues"
"Source Code" = "https://github.com/domdfcoding/gunshotmatch-pipeline"
Homepage = "https://github.com/GunShotMatch/gunshotmatch-pipeline"
"Issue Tracker" = "https://github.com/GunShotMatch/gunshotmatch-pipeline/issues"
"Source Code" = "https://github.com/GunShotMatch/gunshotmatch-pipeline"
Documentation = "https://gunshotmatch-pipeline.readthedocs.io/en/latest"

[tool.whey]
Expand Down Expand Up @@ -49,7 +49,7 @@ directives = [ "code-block",]
allowed_unused = "tomli"

[tool.sphinx-pyproject]
github_username = "domdfcoding"
github_username = "GunShotMatch"
github_repository = "gunshotmatch-pipeline"
author = "Dominic Davis-Foster"
project = "gunshotmatch-pipeline"
Expand Down
3 changes: 2 additions & 1 deletion repo_helper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ copyright_years: "2020-2023"
author: "Dominic Davis-Foster"
email: "dominic@davis-foster.co.uk"
version: "0.0.0"
username: "domdfcoding"
username: "GunShotMatch"
assignee: "domdfcoding"
license: 'MIT'
short_desc: 'GunShotMatch Pipeline'

Expand Down

0 comments on commit 761e95c

Please sign in to comment.