From d2a94633cff1efe034139b10b4b5787c225745f8 Mon Sep 17 00:00:00 2001 From: Vitor de Miranda Henrique Date: Mon, 1 May 2017 19:55:25 -0500 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5f038a1..1e7b27b 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ plugin_author = "Vitor Henrique" plugin_author_email = "vitormhenrique@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/vitormhenirque/OctoPrint-Enclosure" +plugin_url = "https://github.com/vitormhenrique/OctoPrint-Enclosure" # The plugin's license. Can be overwritten within OctoPrint's internal data via __plugin_license__ in the plugin module plugin_license = "AGPLv3"