Skip to content

Commit

Permalink
fix: update GitHub username
Browse files Browse the repository at this point in the history
  • Loading branch information
pivoshenko committed Mar 31, 2024
1 parent 90578a8 commit 8651f6a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ keywords = [
"cross-platform",
"hacktoberfest",
]
homepage = "/~https://github.com/volopivoshenko/poetry-plugin-dotenv"
documentation = "/~https://github.com/volopivoshenko/poetry-plugin-dotenv"
repository = "/~https://github.com/volopivoshenko/poetry-plugin-dotenv"
homepage = "/~https://github.com/pivoshenko/poetry-plugin-dotenv"
documentation = "/~https://github.com/pivoshenko/poetry-plugin-dotenv"
repository = "/~https://github.com/pivoshenko/poetry-plugin-dotenv"
readme = "README.md"
classifiers = [
"Development Status :: 5 - Production/Stable",
Expand All @@ -47,9 +47,9 @@ classifiers = [
packages = [{ include = "poetry_plugin_dotenv", from = "src" }]

[tool.poetry.urls]
"Issues" = "/~https://github.com/volopivoshenko/poetry-plugin-dotenv/issues"
"Releases" = "/~https://github.com/volopivoshenko/poetry-plugin-dotenv/releases"
"Say Thanks!" = "https://www.buymeacoffee.com/volopivoshenko"
"Issues" = "/~https://github.com/pivoshenko/poetry-plugin-dotenv/issues"
"Releases" = "/~https://github.com/pivoshenko/poetry-plugin-dotenv/releases"
"Say Thanks!" = "https://www.buymeacoffee.com/pivoshenko"

[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
Expand Down

0 comments on commit 8651f6a

Please sign in to comment.