Commit: 60a0a26f8d6d4b935220bf5f6f42114e59ef2e09 Author: Nikita Popov <[email protected]> Sat, 29 Oct 2016 17:17:11 +0200 Parents: 4cf267280f336755c17d7dc935fb390e9a78b2e7 Branches: master
Link: http://git.php.net/?p=web/bugs.git;a=commitdiff;h=60a0a26f8d6d4b935220bf5f6f42114e59ef2e09 Log: Give myself access to sec bugs Changed paths: M include/trusted-devs.php Diff: diff --git a/include/trusted-devs.php b/include/trusted-devs.php index bb56902..0bb412f 100644 --- a/include/trusted-devs.php +++ b/include/trusted-devs.php @@ -61,6 +61,7 @@ $security_developers = array( 'kaplan', 'davey', 'krakjoe', + 'nikic', ); $security_developers = array_merge($security_developers, $security_distro_people); -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
