[elbe-devel] [PATCH] setup.py: Replace author with corporate info

Bastian Germann bage at linutronix.de
Tue Aug 23 00:17:13 CEST 2022


Torben's email address is no longer valid.
Replace it with the generic way to reach Linutronix.

Signed-off-by: Bastian Germann <bage at linutronix.de>
---
 setup.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/setup.py b/setup.py
index d657f3119c..1f1adbe12c 100644
--- a/setup.py
+++ b/setup.py
@@ -49,8 +49,8 @@ class my_install(install):
 setup(name='elbe',
       version=elbe_version,
       description='RootFS builder',
-      author='Torben Hohn',
-      author_email='torbenh at linutronix.de',
+      author='Linutronix GmbH',
+      author_email='info at linutronix.de',
       url='http://elbe-rfs.org/',
       packages=['elbepack',
                 'elbepack.commands',
-- 
2.30.2



More information about the elbe-devel mailing list