From 02f8cd56dcd98f44e0b3383f62163fdbac0d3f33 Mon Sep 17 00:00:00 2001 From: Euan Kemp Date: Fri, 11 Feb 2022 01:51:50 -0800 Subject: [PATCH] k3s: add mic92 as a maintainer Per https://github.com/NixOS/nixpkgs/pull/158089#issuecomment-1033397045 --- pkgs/applications/networking/cluster/k3s/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/networking/cluster/k3s/default.nix b/pkgs/applications/networking/cluster/k3s/default.nix index 42c7336635ec..5b5dfece1f1b 100644 --- a/pkgs/applications/networking/cluster/k3s/default.nix +++ b/pkgs/applications/networking/cluster/k3s/default.nix @@ -75,7 +75,7 @@ let description = "A lightweight Kubernetes distribution"; license = licenses.asl20; homepage = "https://k3s.io"; - maintainers = with maintainers; [ euank ]; + maintainers = with maintainers; [ euank mic92 ]; platforms = platforms.linux; };