diff options
-rw-r--r-- | doc/guix.texi | 1 | ||||
-rw-r--r-- | gnu/services/networking.scm | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 29bce718d4..b91d229d7c 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -131,6 +131,7 @@ Copyright @copyright{} 2024 Dariqq@* Copyright @copyright{} 2024 Denis 'GNUtoo' Carikli@* Copyright @copyright{} 2024 Fabio Natali@* Copyright @copyright{} 2024 Arnaud Daby-Seesaram@* +Copyright @copyright{} 2024 Nigko Yerden@* Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or diff --git a/gnu/services/networking.scm b/gnu/services/networking.scm index 9e794bcf70..2d461e9ebc 100644 --- a/gnu/services/networking.scm +++ b/gnu/services/networking.scm @@ -22,6 +22,7 @@ ;;; Copyright © 2023 Declan Tsien <[email protected]> ;;; Copyright © 2023 Bruno Victal <[email protected]> ;;; Copyright © 2023 muradm <[email protected]> +;;; Copyright © 2024 Nigko Yerden <[email protected]> ;;; ;;; This file is part of GNU Guix. ;;; |