about summary refs log tree commit diff
path: root/third_party/dhall/OWNERS
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2021-04-10T12·00+0200
committertazjin <mail@tazj.in>2021-04-10T14·32+0000
commit6489d94ad60c431d27836a0bc65953e44175b262 (patch)
tree720f7e08ccff5ed7f14f4a058a5d890fc081dda4 /third_party/dhall/OWNERS
parent9c5b5600ea3e8916af5715185ef57e57f36cf82b (diff)
refactor(3p/dhall): Move easy-dhall-nix import into separate folder r/2465
This is part of paving the way for clearly distinguishing between
packages from nixpkgs and //third_party.

See also: b/108, cl/2910

Change-Id: I28b5abd1f0f9fa3c4478c9f255b2025f4a4139f1
Reviewed-on: https://cl.tvl.fyi/c/depot/+/2917
Tested-by: BuildkiteCI
Reviewed-by: sterni <sternenseemann@systemli.org>
Reviewed-by: Profpatsch <mail@profpatsch.de>
Reviewed-by: tazjin <mail@tazj.in>
Diffstat (limited to 'third_party/dhall/OWNERS')
-rw-r--r--third_party/dhall/OWNERS3
1 files changed, 3 insertions, 0 deletions
diff --git a/third_party/dhall/OWNERS b/third_party/dhall/OWNERS
new file mode 100644
index 0000000000..a742d0d22b
--- /dev/null
+++ b/third_party/dhall/OWNERS
@@ -0,0 +1,3 @@
+inherited: true
+owners:
+  - Profpatsch