From bf5d7b07c47af79124c45d792a90fe55b7977266 Mon Sep 17 00:00:00 2001 From: Derek Antrican Date: Wed, 1 Feb 2023 12:11:13 -0800 Subject: [PATCH] Reference former author --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4465764..8e5e94a 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ plugin_description = """When certain events occur, a custom webhook will be sent to anywhere you want!""" # The plugin's author. Can be overwritten within OctoPrint's internal data via __plugin_author__ in the plugin module -plugin_author = "Derek Antrican" +plugin_author = "Derek Antrican (formerly Blane Townsend)" # The plugin's author's mail address. plugin_author_email = "derekantrican@gmail.com"