zellij: add myself as maintainer

This commit is contained in:
Manu [tennox] 2024-04-24 13:22:51 +01:00
parent 1f1609d0cd
commit 716961c53c
2 changed files with 7 additions and 1 deletions

View File

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

View File

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