diff options
Diffstat (limited to 'gnu/services')
-rw-r--r-- | gnu/services/sound.scm | 2 | ||||
-rw-r--r-- | gnu/services/web.scm | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/gnu/services/sound.scm b/gnu/services/sound.scm index bdf819b422..55610f27e0 100644 --- a/gnu/services/sound.scm +++ b/gnu/services/sound.scm @@ -1,6 +1,6 @@ ;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2018, 2020 Oleg Pykhalov <[email protected]> -;;; Copyright © 2020 Leo Prikler <[email protected]> +;;; Copyright © 2020 Liliana Marie Prikler <[email protected]> ;;; Copyright © 2020 Marius Bakke <[email protected]> ;;; ;;; This file is part of GNU Guix. diff --git a/gnu/services/web.scm b/gnu/services/web.scm index 6a093cf4e4..bb42eacf83 100644 --- a/gnu/services/web.scm +++ b/gnu/services/web.scm @@ -3,11 +3,10 @@ ;;; Copyright © 2015, 2016, 2017, 2018, 2019, 2020, 2021 Ludovic Courtès <[email protected]> ;;; Copyright © 2016 Nikita <[email protected]> ;;; Copyright © 2016, 2017, 2018 Julien Lepiller <[email protected]> -;;; Copyright © 2017 Christopher Baines <[email protected]> +;;; Copyright © 2017, 2018, 2019 Christopher Baines <[email protected]> ;;; Copyright © 2017 nee <[email protected]> ;;; Copyright © 2017, 2018 Clément Lassieur <[email protected]> ;;; Copyright © 2018 Pierre-Antoine Rouby <[email protected]> -;;; Copyright © 2017, 2018, 2019 Christopher Baines <[email protected]> ;;; Copyright © 2018 Marius Bakke <[email protected]> ;;; Copyright © 2019, 2020 Florian Pelz <[email protected]> ;;; Copyright © 2020 Ricardo Wurmus <[email protected]> |