From 5ca3295d459dc7142cef806e14753acc7a5e42b5 Mon Sep 17 00:00:00 2001 From: Dominik George <nik@naturalnet.de> Date: Thu, 6 May 2021 01:09:30 +0200 Subject: [PATCH] Use Teckids mail address --- Cargo.toml | 2 +- LICENSE | 2 +- src/config.rs | 2 +- src/logging.rs | 2 +- src/pam.rs | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b769c6a..03ce093 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "nss_pam_oidc" version = "0.1.0" -authors = ["Dominik George <nik@naturalnet.de>"] +authors = ["Dominik George <dominik.george@teckids.org>"] edition = "2018" description = "NSS/PAM modules for OpenID Connect/OAuth2" repository = "https://edugit.org/lanki.cloud/glue/nss-pam-oidc" diff --git a/LICENSE b/LICENSE index 4e44c37..2c91858 100644 --- a/LICENSE +++ b/LICENSE @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2021 Dominik George <nik@naturalnet.de> + Copyright 2021 Dominik George <dominik.george@teckids.org> Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/config.rs b/src/config.rs index 05264bc..2486f02 100644 --- a/src/config.rs +++ b/src/config.rs @@ -1,4 +1,4 @@ -/* Copyright 2021 Dominik George <nik@naturalnet.de> +/* Copyright 2021 Dominik George <dominik.george@teckids.org> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/logging.rs b/src/logging.rs index 2d6c355..ba896db 100644 --- a/src/logging.rs +++ b/src/logging.rs @@ -1,5 +1,5 @@ /* Copyright 2020 Nicolas Goy - * Copyright 2021 Dominik George <nik@naturalnet.de> + * Copyright 2021 Dominik George <dominik.george@teckids.org> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/pam.rs b/src/pam.rs index 4cf3ba9..47d7269 100644 --- a/src/pam.rs +++ b/src/pam.rs @@ -1,4 +1,4 @@ -/* Copyright 2021 Dominik George <nik@naturalnet.de> +/* Copyright 2021 Dominik George <dominik.george@teckids.org> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. -- GitLab