about summary refs log tree commit diff
path: root/third_party/OWNERS
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/OWNERS')
-rw-r--r--third_party/OWNERS9
1 files changed, 9 insertions, 0 deletions
diff --git a/third_party/OWNERS b/third_party/OWNERS
new file mode 100644
index 0000000000..ac22fcb4bc
--- /dev/null
+++ b/third_party/OWNERS
@@ -0,0 +1,9 @@
+inherited: true
+
+matchers:
+  # The nixpkgs whitelist needs to be changed every time we reference
+  # a new attribute, so every commiter should be able to change it,
+  # otherwise we create undue blockers on superowners.
+  - exact: nixpkgs-exposed.nix
+    owners:
+      - Profpatsch