zellij: add myself as maintainer
This commit is contained in:
parent
1f1609d0cd
commit
716961c53c
|
@ -437,6 +437,12 @@
|
|||
keys =
|
||||
[{ fingerprint = "75F0 AB7C FE01 D077 AEE6 CAFD 353E 4A18 EE0F AB72"; }];
|
||||
};
|
||||
tennox = {
|
||||
name = "Manu";
|
||||
github = "tennox";
|
||||
githubId = 2084639;
|
||||
matrix = "@tennox:matrix.org";
|
||||
};
|
||||
tensor5 = {
|
||||
github = "tensor5";
|
||||
githubId = 1545895;
|
||||
|
|
|
@ -9,7 +9,7 @@ let
|
|||
zellijCmd = getExe cfg.package;
|
||||
|
||||
in {
|
||||
meta.maintainers = [ hm.maintainers.mainrs ];
|
||||
meta.maintainers = with hm.maintainers; [ mainrs tennox ];
|
||||
|
||||
options.programs.zellij = {
|
||||
enable = mkEnableOption "zellij";
|
||||
|
|
Loading…
Reference in a new issue