Skip to content

Commit 5e7f34a

Browse files
committed
Fix author details.
1 parent e4c26e1 commit 5e7f34a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
plugin_description = """A filament monitor that pauses the print when your filament runs out and lets you restart it."""
2222

2323
# The plugin's author. Can be overwritten within OctoPrint's internal data via __plugin_author__ in the plugin module
24-
plugin_author = "Connor Huffine, Red_M"
24+
plugin_author = "Red_M"
2525

2626
# The plugin's author's mail address.
27-
plugin_author_email = "[email protected], [email protected]"
27+
plugin_author_email = "[email protected]"
2828

2929
# The plugin's homepage URL. Can be overwritten within OctoPrint's internal data via __plugin_url__ in the plugin module
3030
plugin_url = "https://github.com/Red-M/Octoprint-Filament-Reloaded"

0 commit comments

Comments
 (0)