Skip to content

Commit 3c32618

Browse files
authored
Update authors and GitHub links in pyproject.toml
1 parent 909a98b commit 3c32618

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66
name = "modelsearch"
77
dynamic = ["version"]
88
authors = [
9-
{name = "Karl Hobley", email = "[email protected]"},
9+
{ name = "Wagtail core team + contributors", email = "[email protected]" },
1010
]
1111
requires-python = ">= 3.10"
1212
dependencies = [
@@ -32,12 +32,12 @@ classifiers = [
3232
]
3333

3434
[project.urls]
35-
Homepage = "https://github.com/kaedroho/django-modelsearch"
35+
Homepage = "https://github.com/wagtail/django-modelsearch"
3636
Documentation = "https://django-modelsearch.readthedocs.io/en/latest"
37-
Source = "https://github.com/kaedroho/django-modelsearch"
38-
Repository = "https://github.com/kaedroho/django-modelsearch"
39-
Issues = "https://github.com/kaedroho/django-modelsearch/issues"
40-
Changelog = "https://github.com/kaedroho/django-modelsearch/releases"
37+
Source = "https://github.com/wagtail/django-modelsearch"
38+
Repository = "https://github.com/wagtail/django-modelsearch"
39+
Issues = "https://github.com/wagtail/django-modelsearch/issues"
40+
Changelog = "https://github.com/wagtail/django-modelsearch/releases"
4141

4242
[project.optional-dependencies]
4343
test = [

0 commit comments

Comments
 (0)