summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MAINTAINERS.md5
-rw-r--r--MAINTAINERS.toml3
2 files changed, 6 insertions, 2 deletions
diff --git a/MAINTAINERS.md b/MAINTAINERS.md
index e3bf07573a..d645dd7353 100644
--- a/MAINTAINERS.md
+++ b/MAINTAINERS.md
@@ -79,10 +79,13 @@ The specific components of Chef related to a given platform - including (but not
## Ubuntu
+### Lieutenant
+
+* [Ranjib Dey](https://github.com/ranjib)
+
### Maintainers
* [Lamont Granquist](https://github.com/lamont-granquist)
-* [Ranjib Dey](https://github.com/ranjib)
* [Thom May](https://github.com/thommay)
## Windows
diff --git a/MAINTAINERS.toml b/MAINTAINERS.toml
index f949fd4542..b0257c7fa3 100644
--- a/MAINTAINERS.toml
+++ b/MAINTAINERS.toml
@@ -95,9 +95,10 @@ The specific components of Chef related to a given platform - including (but not
[Org.Components.Subsystems.Ubuntu]
title = "Ubuntu"
+ lieutenant = "ranjib"
+
maintainers = [
"lamont-granquist",
- "ranjib",
"thommay"
]