From d88670503b61635e94ee178382f7dd9c0c207f62 Mon Sep 17 00:00:00 2001 From: Marc Seiler Date: Mon, 23 Jan 2023 16:57:54 +0000 Subject: [PATCH] update the setup.py url to point to the new repository --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f5b9419..8380ad1 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ except IOError: setup( name=module_name, version="2.1.0-dev", - url="https://github.com/DomainDrivenArchitecture/python-terraform", + url="https://gitlab.com/domaindrivenarchitecture/dda-python-terraform", license="MIT", author="Freddy Tan", author_email="beelit94@gmail.com",