diff options
author | metamuffin <metamuffin@disroot.org> | 2023-09-08 16:41:32 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-09-08 16:41:32 +0200 |
commit | 27537295e6dc260632e68c38cc2df54649c1036c (patch) | |
tree | b2c64bbfa97a18ff67c1b2810d9c993027f0d9f8 /client-native-lib/src/crypto.rs | |
parent | 2130fa3c1d705ce76d88cb49ee6baa4028267577 (diff) | |
download | keks-meet-27537295e6dc260632e68c38cc2df54649c1036c.tar keks-meet-27537295e6dc260632e68c38cc2df54649c1036c.tar.bz2 keks-meet-27537295e6dc260632e68c38cc2df54649c1036c.tar.zst |
update copyright contact info
Diffstat (limited to 'client-native-lib/src/crypto.rs')
-rw-r--r-- | client-native-lib/src/crypto.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client-native-lib/src/crypto.rs b/client-native-lib/src/crypto.rs index f06443d..b477859 100644 --- a/client-native-lib/src/crypto.rs +++ b/client-native-lib/src/crypto.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 aes_gcm::{ aead::{generic_array::sequence::GenericSequence, Aead}, |