maintainers: add rencire

wip/yesman
Eric Ren 5 years ago
parent e431d495bb
commit 89e22fcca8
  1. 5
      maintainers/maintainer-list.nix
  2. 2
      pkgs/misc/base16-shell-preview/default.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";

@ -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 ];
};
}

Loading…
Cancel
Save