From 23dddb11bc563d0b2e3bac54b8fe72638caf8699 Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Sun, 19 Nov 2017 00:11:51 +0000 Subject: [PATCH] Fix my name --- octoprint_hd44780/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/octoprint_hd44780/__init__.py b/octoprint_hd44780/__init__.py index 0574528..c7f91b3 100644 --- a/octoprint_hd44780/__init__.py +++ b/octoprint_hd44780/__init__.py @@ -2,7 +2,7 @@ from __future__ import absolute_import -__author__ = "Felix Kunsmann " +__author__ = "Franziska Kunsmann " __license__ = "GNU Affero General Public License http://www.gnu.org/licenses/agpl.html" __copyright__ = "Copyright (C) 2017 Felix Kunsmann - Released under terms of the AGPLv3 License"