diff options
author | Mathieu Othacehe <[email protected]> | 2021-10-12 16:50:47 +0000 |
---|---|---|
committer | Mathieu Othacehe <[email protected]> | 2021-10-12 17:46:23 +0000 |
commit | a1eca979fb8da842e73c42f4f53be29b169810f2 (patch) | |
tree | 681c7283e412bb8a29c2531c4408b49c3e184764 /gnu/services/web.scm | |
parent | 48d86a9ec6d8d2e97da2299ea41a03ef4cdaab83 (diff) | |
parent | 371aa5777a3805a3886f3feea5f1960fe3fe4219 (diff) |
Merge remote-tracking branch 'origin/master' into core-updates-frozen.
Diffstat (limited to 'gnu/services/web.scm')
-rw-r--r-- | gnu/services/web.scm | 3 |
1 files changed, 1 insertions, 2 deletions
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]> |