summary refs log tree commit diff
path: root/nixos/tests/containers-imperative.nix
diff options
context:
space:
mode:
authorArnold Krille <arnold@arnoldarts.de>2016-05-16 13:06:40 +0200
committerArnold Krille <arnold@arnoldarts.de>2016-07-28 23:06:41 +0200
commit07de11f165cfb6e6357938a434e29b2fa8911cbd (patch)
tree5e3f99b8c8eeb1a02d1c879b2ac2d6ea301ece12 /nixos/tests/containers-imperative.nix
parent9045a8e24c4c4a981b76df7d6ddcde99a7606831 (diff)
downloadnixpkgs-07de11f165cfb6e6357938a434e29b2fa8911cbd.tar
nixpkgs-07de11f165cfb6e6357938a434e29b2fa8911cbd.tar.gz
nixpkgs-07de11f165cfb6e6357938a434e29b2fa8911cbd.tar.bz2
nixpkgs-07de11f165cfb6e6357938a434e29b2fa8911cbd.tar.lz
nixpkgs-07de11f165cfb6e6357938a434e29b2fa8911cbd.tar.xz
nixpkgs-07de11f165cfb6e6357938a434e29b2fa8911cbd.tar.zst
nixpkgs-07de11f165cfb6e6357938a434e29b2fa8911cbd.zip
containers: add myself to the maintainers of the tests
Seems like the right thing to do.
Diffstat (limited to 'nixos/tests/containers-imperative.nix')
-rw-r--r--nixos/tests/containers-imperative.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/containers-imperative.nix b/nixos/tests/containers-imperative.nix
index 89babdcc476..7e2a5497638 100644
--- a/nixos/tests/containers-imperative.nix
+++ b/nixos/tests/containers-imperative.nix
@@ -3,7 +3,7 @@
 import ./make-test.nix ({ pkgs, ...} : {
   name = "containers-imperative";
   meta = with pkgs.stdenv.lib.maintainers; {
-    maintainers = [ aristid aszlig eelco chaoflow ];
+    maintainers = [ aristid aszlig eelco chaoflow kampfschlaefer ];
   };
 
   machine =