aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
authorEgor Tensin <egor@tensin.name>2023-12-10 09:05:19 +0000
committerEgor Tensin <egor@tensin.name>2023-12-10 09:05:19 +0000
commit6a4710168b57f2c05f4281b51736b62a4b6ea0aa (patch)
treee9bb21c9c822d7132598d3f2b4ac142a6f73f31b /src
parentdebian: switch to egor@tensin.name (diff)
parentswitch to egor@tensin.name (diff)
downloadlinux-status-6a4710168b57f2c05f4281b51736b62a4b6ea0aa.tar.gz
linux-status-6a4710168b57f2c05f4281b51736b62a4b6ea0aa.zip
Merge tag 'v2.4.5' into debian
Diffstat (limited to 'src')
-rwxr-xr-xsrc/app.py2
-rwxr-xr-xsrc/server.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/app.py b/src/app.py
index 4d23f36..8dd3b86 100755
--- a/src/app.py
+++ b/src/app.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
-# Copyright (c) 2021 Egor Tensin <Egor.Tensin@gmail.com>
+# Copyright (c) 2021 Egor Tensin <egor@tensin.name>
# This file is part of the "linux-status" project.
# For details, see https://github.com/egor-tensin/linux-status.
# Distributed under the MIT License.
diff --git a/src/server.py b/src/server.py
index 64b6d47..4b32893 100755
--- a/src/server.py
+++ b/src/server.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
-# Copyright (c) 2021 Egor Tensin <Egor.Tensin@gmail.com>
+# Copyright (c) 2021 Egor Tensin <egor@tensin.name>
# This file is part of the "linux-status" project.
# For details, see https://github.com/egor-tensin/linux-status.
# Distributed under the MIT License.