Rename default branch (master ➜ main)

Following the example of other popular free software projects, we also rename
our default branch to remove terminology stemming from colonialism and slavery.
This commit is contained in:
Peter Bittner 2022-02-05 18:41:47 +01:00
parent a021e07e15
commit 2fd2279ecb
4 changed files with 7 additions and 7 deletions

View file

@ -3,10 +3,10 @@ name: Check
on:
pull_request:
branches:
- master
- main
push:
branches:
- master
- main
jobs:
build:

View file

@ -3,10 +3,10 @@ name: Test
on:
pull_request:
branches:
- master
- main
push:
branches:
- master
- main
jobs:
python-django:

View file

@ -29,7 +29,7 @@ an asynchronous version of the Javascript code if possible.
.. |build-status| image:: https://github.com/jazzband/django-analytical/workflows/Test/badge.svg
:target: https://github.com/jazzband/django-analytical/actions
:alt: GitHub Actions
.. |coverage| image:: https://codecov.io/gh/jazzband/django-analytical/branch/master/graph/badge.svg
.. |coverage| image:: https://codecov.io/gh/jazzband/django-analytical/branch/main/graph/badge.svg
:alt: Test coverage
:target: https://codecov.io/gh/jazzband/django-analytical
.. |python-support| image:: https://img.shields.io/pypi/pyversions/django-analytical.svg
@ -37,7 +37,7 @@ an asynchronous version of the Javascript code if possible.
:alt: Python versions
.. |license| image:: https://img.shields.io/pypi/l/django-analytical.svg
:alt: Software license
:target: https://github.com/jazzband/django-analytical/blob/master/LICENSE.txt
:target: https://github.com/jazzband/django-analytical/blob/main/LICENSE.txt
.. |gitter| image:: https://img.shields.io/gitter/room/jazzband/django-analytical.svg
:alt: Gitter chat room
:target: https://gitter.im/jazzband/django-analytical

View file

@ -49,7 +49,7 @@ setup(
python_requires='>=3.6',
platforms=['any'],
url='https://github.com/jazzband/django-analytical',
download_url='https://github.com/jazzband/django-analytical/archive/master.zip',
download_url='https://github.com/jazzband/django-analytical/archive/main.zip',
project_urls={
'Documentation': 'https://django-analytical.readthedocs.io/',
},