Skip to content

Commit

Permalink
chore: Move repository, add Georg Krause as maintainer
Browse files Browse the repository at this point in the history
  • Loading branch information
georgkrause committed Feb 23, 2024
1 parent 60590f4 commit 6db4afb
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "language_data"
description = "Supplementary data about languages used by the langcodes module"
authors = [{name = "Elia Robyn Speer", email = "[email protected]"}]
maintainers = [{name = "Georg Krause", email = "[email protected]"}]
readme = "README.md"
dynamic = ["version"]
classifiers = [
Expand All @@ -18,9 +19,9 @@ classifiers = [
]

[project.urls]
Homepage = "https://github.com/rspeer/language_data"
Repository = "https://github.com/rspeer/language_data"
Issues = "https://github.com/rspeer/language_data/issues"
Homepage = "https://github.com/georgkrause/language_data"
Repository = "https://github.com/georgkrause/language_data"
Issues = "https://github.com/georgkrause/language_data/issues"

[tool.poetry.dependencies]
python = ">= 3.6"
Expand Down

0 comments on commit 6db4afb

Please sign in to comment.