maintainers: add rencire
This commit is contained in:
parent
e431d495bb
commit
89e22fcca8
|
@ -4031,6 +4031,11 @@
|
||||||
github = "renatoGarcia";
|
github = "renatoGarcia";
|
||||||
name = "Renato Garcia";
|
name = "Renato Garcia";
|
||||||
};
|
};
|
||||||
|
rencire = {
|
||||||
|
email = "546296+rencire@users.noreply.github.com";
|
||||||
|
github = "rencire";
|
||||||
|
name = "Eric Ren";
|
||||||
|
};
|
||||||
renzo = {
|
renzo = {
|
||||||
email = "renzocarbonara@gmail.com";
|
email = "renzocarbonara@gmail.com";
|
||||||
github = "k0001";
|
github = "k0001";
|
||||||
|
|
|
@ -18,6 +18,6 @@ python3Packages.buildPythonApplication rec {
|
||||||
description = "Browse and preview Base16 Shell themes in your terminal";
|
description = "Browse and preview Base16 Shell themes in your terminal";
|
||||||
homepage = https://github.com/nvllsvm/base16-shell-preview;
|
homepage = https://github.com/nvllsvm/base16-shell-preview;
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = [];
|
maintainers = [ maintainers.rencire ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue