diff options
Diffstat (limited to 'client-native-gui/src')
-rw-r--r-- | client-native-gui/src/chat.rs | 2 | ||||
-rw-r--r-- | client-native-gui/src/main.rs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/client-native-gui/src/chat.rs b/client-native-gui/src/chat.rs index ca32a2e..b76c67a 100644 --- a/client-native-gui/src/chat.rs +++ b/client-native-gui/src/chat.rs @@ -1,7 +1,7 @@ /* This file is part of keks-meet (https://codeberg.org/metamuffin/keks-meet) which is licensed under the GNU Affero General Public License (version 3); see /COPYING. - Copyright (C) 2023 metamuffin <metamuffin@disroot.org> + Copyright (C) 2023 metamuffin <metamuffin.org> */ use crate::GuiPeer; use async_std::task::block_on; diff --git a/client-native-gui/src/main.rs b/client-native-gui/src/main.rs index 9d71e7c..b799a1b 100644 --- a/client-native-gui/src/main.rs +++ b/client-native-gui/src/main.rs @@ -1,7 +1,7 @@ /* This file is part of keks-meet (https://codeberg.org/metamuffin/keks-meet) which is licensed under the GNU Affero General Public License (version 3); see /COPYING. - Copyright (C) 2023 metamuffin <metamuffin@disroot.org> + Copyright (C) 2023 metamuffin <metamuffin.org> */ pub mod chat; |