From a1ec604a7daa95d40e1eeec98a426491cd169bb8 Mon Sep 17 00:00:00 2001 From: Max Mehl Date: Thu, 2 May 2024 11:12:59 +0200 Subject: [PATCH] fix python package repo url --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index becfd53..e101de4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,12 +4,12 @@ [tool.poetry] name = "github-org-manager" -version = "0.2.1" +version = "0.2.2" description = "Manage a GitHub Organization, its teams, repository permissions, and more" authors = ["Max Mehl "] readme = "README.md" license = "Apache-2.0" -repository = "https://github.com/OpenRailAssociation/openrail-org-config" +repository = "https://github.com/OpenRailAssociation/github-org-manager" keywords = ["github", "github-management", "permissions", "access-control"] classifiers = [ "Development Status :: 5 - Production/Stable",