summary refs log tree commit diff
diff options
context:
space:
mode:
authorRobert Hensing <robert@roberthensing.nl>2021-05-08 15:00:19 +0200
committerRobert Hensing <robert@roberthensing.nl>2021-05-08 15:00:19 +0200
commita67c97a5eb0c2aa15b42e0144f27f0b20eeb8a1c (patch)
treed734d32fcd877e6a60097d719e3aaa86aa569144
parent088da8735f6620b60d724aa7db742607ea216087 (diff)
downloadnixpkgs-a67c97a5eb0c2aa15b42e0144f27f0b20eeb8a1c.tar
nixpkgs-a67c97a5eb0c2aa15b42e0144f27f0b20eeb8a1c.tar.gz
nixpkgs-a67c97a5eb0c2aa15b42e0144f27f0b20eeb8a1c.tar.bz2
nixpkgs-a67c97a5eb0c2aa15b42e0144f27f0b20eeb8a1c.tar.lz
nixpkgs-a67c97a5eb0c2aa15b42e0144f27f0b20eeb8a1c.tar.xz
nixpkgs-a67c97a5eb0c2aa15b42e0144f27f0b20eeb8a1c.tar.zst
nixpkgs-a67c97a5eb0c2aa15b42e0144f27f0b20eeb8a1c.zip
nixos/tests/docker-tools*: Add myself as maintainer where missing
I should have done this when I became maintainer for dockerTools,
but it's the PR reviews that matter.
-rw-r--r--nixos/tests/docker-tools-overlay.nix2
-rw-r--r--nixos/tests/docker-tools.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/nixos/tests/docker-tools-overlay.nix b/nixos/tests/docker-tools-overlay.nix
index 98eb7286615..6781388e639 100644
--- a/nixos/tests/docker-tools-overlay.nix
+++ b/nixos/tests/docker-tools-overlay.nix
@@ -4,7 +4,7 @@ import ./make-test-python.nix ({ pkgs, ... }:
 {
   name = "docker-tools-overlay";
   meta = with pkgs.lib.maintainers; {
-    maintainers = [ lnl7 ];
+    maintainers = [ lnl7 roberth ];
   };
 
   nodes = {
diff --git a/nixos/tests/docker-tools.nix b/nixos/tests/docker-tools.nix
index 96662b4540c..39b97b4cb99 100644
--- a/nixos/tests/docker-tools.nix
+++ b/nixos/tests/docker-tools.nix
@@ -3,7 +3,7 @@
 import ./make-test-python.nix ({ pkgs, ... }: {
   name = "docker-tools";
   meta = with pkgs.lib.maintainers; {
-    maintainers = [ lnl7 ];
+    maintainers = [ lnl7 roberth ];
   };
 
   nodes = {