Author: Jakub Zelenka (bukka) Committer: GitHub (web-flow) Pusher: bukka Date: 2024-03-20T11:29:24Z
Commit: https://github.com/php/web-bugs/commit/7e33404735c2fa421483d11f68b8aa87461e531c Raw diff: https://github.com/php/web-bugs/commit/7e33404735c2fa421483d11f68b8aa87461e531c.diff Add Niels to trusted devs (#119) Changed paths: M include/trusted-devs.php Diff: diff --git a/include/trusted-devs.php b/include/trusted-devs.php index aa45117c..80bf54a5 100644 --- a/include/trusted-devs.php +++ b/include/trusted-devs.php @@ -26,6 +26,7 @@ 'dharman', 'stas', 'ilutov', + 'nielsdos', ]; // Distro people (security related) @@ -79,6 +80,7 @@ 'yohgaki', 'bukka', 'ilutov', + 'nielsdos', ]; $security_developers = array_merge($security_developers, $security_distro_people);