diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix
index de8d00f9433..3830062cde5 100644
--- a/maintainers/maintainer-list.nix
+++ b/maintainers/maintainer-list.nix
@@ -4031,6 +4031,11 @@
     github = "renatoGarcia";
     name = "Renato Garcia";
   };
+  rencire = {
+    email = "546296+rencire@users.noreply.github.com";
+    github = "rencire";
+    name = "Eric Ren";
+  };
   renzo = {
     email = "renzocarbonara@gmail.com";
     github = "k0001";
diff --git a/pkgs/misc/base16-shell-preview/default.nix b/pkgs/misc/base16-shell-preview/default.nix
index b1f79833d7a..72b7de3b9a2 100644
--- a/pkgs/misc/base16-shell-preview/default.nix
+++ b/pkgs/misc/base16-shell-preview/default.nix
@@ -18,6 +18,6 @@ python3Packages.buildPythonApplication rec {
     description = "Browse and preview Base16 Shell themes in your terminal";
     homepage = https://github.com/nvllsvm/base16-shell-preview;
     license = licenses.mit;
-    maintainers = [];
+    maintainers = [ maintainers.rencire ];
   };
 }