From c4dbe534555f4589110d9cbcdb823c73515740d2 Mon Sep 17 00:00:00 2001 From: Sebastien Clement Date: Mon, 23 Nov 2020 12:49:11 +0100 Subject: [PATCH] :pencil2: Update Github username --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c90f8de..607601a 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ plugin_author = "Clément Sébastien" plugin_author_email = "seb6596@gmail.com" # The plugin's homepage URL. Can be overwritten within OctoPrint's internal data via __plugin_url__ in the plugin module -plugin_url = "https://github.com/BrokenFire/OctoPrint-SimpleEmergencyStop" +plugin_url = "https://github.com/Sebclem/OctoPrint-SimpleEmergencyStop" # The plugin's license. Can be overwritten within OctoPrint's internal data via __plugin_license__ in the plugin module plugin_license = "AGPLv3"