diff options
author | Luke Granger-Brown <git@lukegb.com> | 2022-09-19T02·53+0100 |
---|---|---|
committer | Luke Granger-Brown <git@lukegb.com> | 2022-09-19T11·13+0000 |
commit | f190712b7f35988cbf8520f6794ea99e91b8a630 (patch) | |
tree | a699f023fab0340732f27fd536357de910541c8d /third_party | |
parent | ae98240df2f9a9d11be85d61697532e17c1ed5f8 (diff) |
chore(gerrit): migrate OWNERS files to code-owners style r/4922
Change-Id: Iacc521dfdd4b4a2d5cef3920cf8189bcce35a488
Diffstat (limited to 'third_party')
-rw-r--r-- | third_party/alsi/OWNERS | 4 | ||||
-rw-r--r-- | third_party/clj2nix/OWNERS | 4 | ||||
-rw-r--r-- | third_party/hii/OWNERS | 4 | ||||
-rw-r--r-- | third_party/lisp/OWNERS | 7 | ||||
-rw-r--r-- | third_party/lisp/mime4cl/OWNERS | 4 | ||||
-rw-r--r-- | third_party/lisp/npg/OWNERS | 4 | ||||
-rw-r--r-- | third_party/overlays/dhall/OWNERS | 4 | ||||
-rw-r--r-- | third_party/rust-crates/OWNERS | 8 |
8 files changed, 11 insertions, 28 deletions
diff --git a/third_party/alsi/OWNERS b/third_party/alsi/OWNERS index 79a422fcde1c..d2800bc9413a 100644 --- a/third_party/alsi/OWNERS +++ b/third_party/alsi/OWNERS @@ -1,3 +1 @@ -inherit: true -owners: - - grfn +grfn diff --git a/third_party/clj2nix/OWNERS b/third_party/clj2nix/OWNERS index 79a422fcde1c..d2800bc9413a 100644 --- a/third_party/clj2nix/OWNERS +++ b/third_party/clj2nix/OWNERS @@ -1,3 +1 @@ -inherit: true -owners: - - grfn +grfn diff --git a/third_party/hii/OWNERS b/third_party/hii/OWNERS index a742d0d22bf6..a64022791462 100644 --- a/third_party/hii/OWNERS +++ b/third_party/hii/OWNERS @@ -1,3 +1 @@ -inherited: true -owners: - - Profpatsch +Profpatsch diff --git a/third_party/lisp/OWNERS b/third_party/lisp/OWNERS index 2d7f7e237b76..8dd1b65b9bc4 100644 --- a/third_party/lisp/OWNERS +++ b/third_party/lisp/OWNERS @@ -1,5 +1,2 @@ -# -*- mode: yaml; -*- -inherited: true -owners: - - eta - - grfn +eta +grfn diff --git a/third_party/lisp/mime4cl/OWNERS b/third_party/lisp/mime4cl/OWNERS index f16dd105d761..2e9580706346 100644 --- a/third_party/lisp/mime4cl/OWNERS +++ b/third_party/lisp/mime4cl/OWNERS @@ -1,3 +1 @@ -inherited: true -owners: - - sterni +sterni diff --git a/third_party/lisp/npg/OWNERS b/third_party/lisp/npg/OWNERS index f16dd105d761..2e9580706346 100644 --- a/third_party/lisp/npg/OWNERS +++ b/third_party/lisp/npg/OWNERS @@ -1,3 +1 @@ -inherited: true -owners: - - sterni +sterni diff --git a/third_party/overlays/dhall/OWNERS b/third_party/overlays/dhall/OWNERS index a742d0d22bf6..a64022791462 100644 --- a/third_party/overlays/dhall/OWNERS +++ b/third_party/overlays/dhall/OWNERS @@ -1,3 +1 @@ -inherited: true -owners: - - Profpatsch +Profpatsch diff --git a/third_party/rust-crates/OWNERS b/third_party/rust-crates/OWNERS index e978e46150df..c45380536033 100644 --- a/third_party/rust-crates/OWNERS +++ b/third_party/rust-crates/OWNERS @@ -1,5 +1,3 @@ -inherited: true -owners: - - sterni - - Profpatsch - - zseri +sterni +Profpatsch +zseri |