Skip to content

Commit a1ec604

Browse files
committed
fix python package repo url
1 parent 1ce6499 commit a1ec604

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44

55
[tool.poetry]
66
name = "github-org-manager"
7-
version = "0.2.1"
7+
version = "0.2.2"
88
description = "Manage a GitHub Organization, its teams, repository permissions, and more"
99
authors = ["Max Mehl <[email protected]>"]
1010
readme = "README.md"
1111
license = "Apache-2.0"
12-
repository = "https://github.com/OpenRailAssociation/openrail-org-config"
12+
repository = "https://github.com/OpenRailAssociation/github-org-manager"
1313
keywords = ["github", "github-management", "permissions", "access-control"]
1414
classifiers = [
1515
"Development Status :: 5 - Production/Stable",

0 commit comments

Comments
 (0)