From 5999d2b39d2e538f2b6b32b11f1bd56deb929649 Mon Sep 17 00:00:00 2001 From: Ben Lye Date: Sat, 13 Feb 2021 09:15:47 +0000 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 887a1cd..017bbc8 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ plugin_description = """Printer Firmware Updater""" # The plugin's author. Can be overwritten within OctoPrint's internal data via __plugin_author__ in the plugin module -plugin_author = "Gina Häußge and Ben Lye, based on work by Nicanor Romero Venier" +plugin_author = "Ben Lye and Gina Häußge, based on work by Nicanor Romero Venier" # The plugin's author's mail address. plugin_author_email = "ben@lye.co.nz"