mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 11:02:05 +00:00
maintainers: add rencire
This commit is contained in:
parent
e431d495bb
commit
89e22fcca8
|
@ -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…
Reference in a new issue