summary refs log tree commit diff
path: root/nixos/tests/elk.nix
diff options
context:
space:
mode:
authorFlorian Friesdorf <florian@ternaris.com>2019-02-22 16:14:13 +0100
committerFlorian Friesdorf <florian@ternaris.com>2019-02-22 16:14:13 +0100
commitfbef5ab82fc231d6bf81b60859ee2569ba8110b3 (patch)
tree24e3579a4441c0b68e3b7704d27b3ab7bd97e441 /nixos/tests/elk.nix
parente5405f9ae8b87c202a22438dd162defda1996a97 (diff)
downloadnixpkgs-fbef5ab82fc231d6bf81b60859ee2569ba8110b3.tar
nixpkgs-fbef5ab82fc231d6bf81b60859ee2569ba8110b3.tar.gz
nixpkgs-fbef5ab82fc231d6bf81b60859ee2569ba8110b3.tar.bz2
nixpkgs-fbef5ab82fc231d6bf81b60859ee2569ba8110b3.tar.lz
nixpkgs-fbef5ab82fc231d6bf81b60859ee2569ba8110b3.tar.xz
nixpkgs-fbef5ab82fc231d6bf81b60859ee2569ba8110b3.tar.zst
nixpkgs-fbef5ab82fc231d6bf81b60859ee2569ba8110b3.zip
Remove myself as maintainer from packages
I'm currently not maintaining any packages.
Diffstat (limited to 'nixos/tests/elk.nix')
-rw-r--r--nixos/tests/elk.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/elk.nix b/nixos/tests/elk.nix
index d787ac97300..e7ae023f3ff 100644
--- a/nixos/tests/elk.nix
+++ b/nixos/tests/elk.nix
@@ -13,7 +13,7 @@ let
   mkElkTest = name : elk : makeTest {
     inherit name;
     meta = with pkgs.stdenv.lib.maintainers; {
-      maintainers = [ eelco chaoflow offline basvandijk ];
+      maintainers = [ eelco offline basvandijk ];
     };
     nodes = {
       one =