From d60524557bb3a657eb8eba677d7ac7f8502cfeb5 Mon Sep 17 00:00:00 2001 From: Stephen Mackenzie Date: Sun, 28 Aug 2022 18:54:18 -0400 Subject: [PATCH] replace nerdvegas author and org ref Signed-off-by: Stephen Mackenzie --- setup.py | 2 +- src/rezgui/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 7953ab8b9..03dcfa7f3 100644 --- a/setup.py +++ b/setup.py @@ -62,7 +62,7 @@ def find_files(pattern, path=None, root="rez"): long_description_content_type='text/markdown', url="https://github.com/AcademySoftwareFoundation/rez", author="Allan Johns", - author_email="nerdvegas@gmail.com", + author_email="rez-discussion@lists.aswf.io", license="Apache License 2.0", entry_points={ "console_scripts": get_specifications().values() diff --git a/src/rezgui/__init__.py b/src/rezgui/__init__.py index 45a40039c..44a5787ee 100644 --- a/src/rezgui/__init__.py +++ b/src/rezgui/__init__.py @@ -2,5 +2,5 @@ # Copyright Contributors to the Rez Project -organisation_name = "nerdvegas" +organisation_name = "AcademySoftwareFoundation" application_name = "rez-gui"