Unverified Commit ad11a735 authored by KFearsoff's avatar KFearsoff Committed by GitHub
Browse files

maintainers: remove kfears (#342128)

remove kfears from maintainers
parent 401a6528
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -10889,13 +10889,6 @@
    githubId = 8211181;
    name = "Kevin Kandlbinder";
  };
  kfears = {
    email = "kfearsoff@gmail.com";
    github = "KFearsoff";
    githubId = 66781795;
    matrix = "@kfears:matrix.org";
    name = "KFears";
  };
  kfollesdal = {
    email = "kfollesdal@gmail.com";
    github = "kfollesdal";
+1 −1
Original line number Diff line number Diff line
@@ -162,7 +162,7 @@ in {
  name = "grafana-provision";

  meta = with maintainers; {
    maintainers = [ kfears willibutz ];
    maintainers = [ willibutz ];
  };

  inherit nodes;
+1 −1
Original line number Diff line number Diff line
@@ -117,7 +117,7 @@ stdenv.mkDerivation rec {
    description = "OpenVPN 3 Linux client";
    license = licenses.agpl3Plus;
    homepage = "https://github.com/OpenVPN/openvpn3-linux/";
    maintainers = with maintainers; [ shamilton kfears ];
    maintainers = with maintainers; [ shamilton ];
    platforms = platforms.linux;
  };
}