maintainers: add rencire

This commit is contained in:
Eric Ren 2019-04-15 01:59:45 -07:00
parent e431d495bb
commit 89e22fcca8
2 changed files with 6 additions and 1 deletions

View file

@ -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";

View file

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