From 34f27da0b8c2e98a351bf97e9e59617e4d4e30c1 Mon Sep 17 00:00:00 2001 From: Tim Hockin Date: Thu, 1 Sep 2016 22:52:13 -0700 Subject: [PATCH] Don't assign anything to Sami anymore --- hack/update_owners.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/update_owners.py b/hack/update_owners.py index 4b6ef3be32e..26c9a9969bc 100755 --- a/hack/update_owners.py +++ b/hack/update_owners.py @@ -91,7 +91,7 @@ def get_maintainers(): "ncdc", "nikhiljindal", "piosz", "pmorie", "pwittrock", "Q-Lee", "quinton-hoole", "Random-Liu", "rmmh", "roberthbailey", "ronnielai", "saad-ali", "sarahnovotny", "smarterclayton", "soltysh", "spxtr", - "sttts", "swagiaal", "thockin", "timothysc", "timstclair", "tmrts", + "sttts", "thockin", "timothysc", "timstclair", "tmrts", "vishh", "vulpecula", "wojtek-t", "xiang90", "yifan-gu", "yujuhong", "zmerlynn"} return sorted(ret - SKIP_MAINTAINERS)