From ff7ba72309bececbf881a479258f84ccb1b4de76 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Mon, 23 Jan 2023 10:29:25 +0200 Subject: [PATCH] Rename master to main --- README.rst | 2 +- blurb/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index bc087d3..5b40da1 100644 --- a/README.rst +++ b/README.rst @@ -19,7 +19,7 @@ blurb Interactive utility for writing CPython ``Misc/NEWS.d`` entries. See the blurb_ directory for more details. -.. _blurb: https://github.com/python/core-workflow/tree/master/blurb +.. _blurb: https://github.com/python/core-workflow/tree/main/blurb Other core workflow tools diff --git a/blurb/pyproject.toml b/blurb/pyproject.toml index e5398ee..5181a1f 100644 --- a/blurb/pyproject.toml +++ b/blurb/pyproject.toml @@ -8,7 +8,7 @@ author = "Larry Hastings" author-email = "larry@hastings.org" maintainer = "Python Core Developers" maintainer-email = "core-workflow@mail.python.org" -home-page = "https://github.com/python/core-workflow/tree/master/blurb" +home-page = "https://github.com/python/core-workflow/tree/main/blurb" requires-python = ">=3.7" description-file = "README.rst" classifiers = [