From 5206e48648b440f892b6a82d2ed0c77c8acf9cc4 Mon Sep 17 00:00:00 2001 From: Diego Ramirez Date: Tue, 22 Mar 2022 10:47:04 -0600 Subject: [PATCH 1/5] Update the classifiers to move to Winterbloom --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 89901bb2..00e06b6f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -29,8 +29,8 @@ classifiers = keywords = testing automation tox project_urls = Documentation = https://nox.thea.codes - Source Code = https://github.com/theacodes/nox - Bug Tracker = https://github.com/theacodes/nox/issues + Source Code = https://github.com/wntrblm/nox + Bug Tracker = https://github.com/wntrblm/nox/issues [options] packages = From 4c6daa9337ce21180df30c8a3a56d2cb26ff083f Mon Sep 17 00:00:00 2001 From: Diego Ramirez Date: Tue, 22 Mar 2022 10:48:39 -0600 Subject: [PATCH 2/5] Update the README The source code is now part of Winterbloom. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 01ddf2d9..6e625f89 100644 --- a/README.rst +++ b/README.rst @@ -12,4 +12,4 @@ The source code is available on `GitHub`_. .. _tox: https://tox.readthedocs.io .. _Read the Docs: https://nox.readthedocs.io -.. _GitHub: https://github.com/theacodes/nox +.. _GitHub: https://github.com/wntrblm/nox From 1414c97c627f3fa0734a99c8747997d7276135f4 Mon Sep 17 00:00:00 2001 From: Diego Ramirez Date: Tue, 22 Mar 2022 11:31:33 -0600 Subject: [PATCH 3/5] Update a link in the docs index --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index 716398a1..05e8c848 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -98,4 +98,4 @@ Our maintainers are (in alphabetical order): * `Thea Flowers `__ * `Tom Fleet `__ -Nox also exists due to the various patches and work contributed by `the community `__. If you'd like to get involved, see :doc:`CONTRIBUTING`. We pay our contributors using `Open Collective `__. +Nox also exists due to the various patches and work contributed by `the community `__. If you'd like to get involved, see :doc:`CONTRIBUTING`. We pay our contributors using `Open Collective `__. From ee55d952b1a039f0ef4cf55e35fb9fee9be09f69 Mon Sep 17 00:00:00 2001 From: Diego Ramirez Date: Tue, 22 Mar 2022 11:32:58 -0600 Subject: [PATCH 4/5] Update links in the contributor guide --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ec2cbc97..bc31587b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -3,15 +3,15 @@ Thank you for your interest in improving Nox. Nox is open-source under the [Apache License Version 2.0](http://www.apache.org/licenses/LICENSE-2.0) and welcomes contributions in the form of bug reports, feature requests, and pull requests. -Nox is hosted on [GitHub](https://github.com/theacodes/nox). +Nox is hosted on [GitHub](https://github.com/wntrblm/nox). ## Support, questions, and feature requests -Feel free to file a bug on [GitHub](https://github.com/theacodes/nox). +Feel free to file a bug on [GitHub](https://github.com/wntrblm/nox). ## Reporting issues -File a bug on [GitHub](https://github.com/theacodes/nox). To help us figure out what's going on, please err on the +File a bug on [GitHub](https://github.com/wntrblm/nox). To help us figure out what's going on, please err on the side of including lots of information, such as: * Operating system. From 6eef214d989377cc89a00547b560b060427dfe10 Mon Sep 17 00:00:00 2001 From: Diego Ramirez Date: Tue, 22 Mar 2022 11:35:27 -0600 Subject: [PATCH 5/5] Update the Sphinx configuration Point to the new space for Nox. --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index e353a440..96557a46 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -129,7 +129,7 @@ "logo": "alice.png", "logo_name": True, "description": "Flexible test automation", - "github_user": "theacodes", + "github_user": "wntrblm", "github_repo": "nox", "github_banner": True, "github_button": False,