maintainers: remove kfears (#342128)

remove kfears from maintainers
This commit is contained in:
KFearsoff 2024-09-16 02:57:14 +04:00 committed by GitHub
parent 401a65280e
commit ad11a7357b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 2 additions and 9 deletions

View File

@ -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";

View File

@ -162,7 +162,7 @@ in {
name = "grafana-provision";
meta = with maintainers; {
maintainers = [ kfears willibutz ];
maintainers = [ willibutz ];
};
inherit nodes;

View File

@ -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;
};
}