summary refs log tree commit diff
path: root/pkgs/tools/misc/zellij
diff options
context:
space:
mode:
authorAshish SHUKLA <ashish.is@lostca.se>2022-02-23 01:08:22 +0530
committerAshish SHUKLA <ashish.is@lostca.se>2022-02-23 01:08:22 +0530
commit6812ada3f3eeba7ae858ec67476f6082f1f9d626 (patch)
treeb125fbb314a779031751453da5628a2321f00fc7 /pkgs/tools/misc/zellij
parent72914e88610fa73192554005ca290d63710f0a74 (diff)
downloadnixpkgs-6812ada3f3eeba7ae858ec67476f6082f1f9d626.tar
nixpkgs-6812ada3f3eeba7ae858ec67476f6082f1f9d626.tar.gz
nixpkgs-6812ada3f3eeba7ae858ec67476f6082f1f9d626.tar.bz2
nixpkgs-6812ada3f3eeba7ae858ec67476f6082f1f9d626.tar.lz
nixpkgs-6812ada3f3eeba7ae858ec67476f6082f1f9d626.tar.xz
nixpkgs-6812ada3f3eeba7ae858ec67476f6082f1f9d626.tar.zst
nixpkgs-6812ada3f3eeba7ae858ec67476f6082f1f9d626.zip
zellij: add myself to maintainers
Diffstat (limited to 'pkgs/tools/misc/zellij')
-rw-r--r--pkgs/tools/misc/zellij/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/zellij/default.nix b/pkgs/tools/misc/zellij/default.nix
index c4db7c38e01..595a9f0650b 100644
--- a/pkgs/tools/misc/zellij/default.nix
+++ b/pkgs/tools/misc/zellij/default.nix
@@ -56,6 +56,6 @@ rustPlatform.buildRustPackage rec {
     homepage = "https://zellij.dev/";
     changelog = "https://github.com/zellij-org/zellij/blob/v${version}/Changelog.md";
     license = with licenses; [ mit ];
-    maintainers = with maintainers; [ therealansh _0x4A6F ];
+    maintainers = with maintainers; [ therealansh _0x4A6F abbe ];
   };
 }