summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/local.mk3
-rw-r--r--gnu/tests/docker.scm2
2 files changed, 3 insertions, 2 deletions
diff --git a/gnu/local.mk b/gnu/local.mk
index 7c319b727f..306cfa3a62 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -1,5 +1,5 @@
# GNU Guix --- Functional package management for GNU
-# Copyright © 2012, 2013, 2014, 2015, 2016, 2017, 2018 Ludovic Courtès <[email protected]>
+# Copyright © 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019 Ludovic Courtès <[email protected]>
# Copyright © 2013, 2014, 2015, 2016, 2017, 2018 Andreas Enge <[email protected]>
# Copyright © 2016 Mathieu Lirzin <[email protected]>
# Copyright © 2013, 2014, 2015, 2016, 2017, 2018 Mark H Weaver <[email protected]>
@@ -542,6 +542,7 @@ GNU_SYSTEM_MODULES = \
%D%/tests/databases.scm \
%D%/tests/desktop.scm \
%D%/tests/dict.scm \
+ %D%/tests/docker.scm \
%D%/tests/monitoring.scm \
%D%/tests/nfs.scm \
%D%/tests/install.scm \
diff --git a/gnu/tests/docker.scm b/gnu/tests/docker.scm
index 973a84c558..453ed4893d 100644
--- a/gnu/tests/docker.scm
+++ b/gnu/tests/docker.scm
@@ -1,5 +1,5 @@
;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2017 Christopher Baines <[email protected]>
+;;; Copyright © 2019 Danny Milosavljevic <[email protected]>
;;;
;;; This file is part of GNU Guix.
;;;