Author: Jakub Zelenka (bukka)
Date: 2024-03-20T11:20:07Z
Commit:
https://github.com/php/web-bugs/commit/5b31493bbcb2c9edcdc6da5c205c68d27cd5b59a
Raw diff:
https://github.com/php/web-bugs/commit/5b31493bbcb2c9edcdc6da5c205c68d27cd5b59a.diff
Add Niels to trusted devs
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);