From 6812ada3f3eeba7ae858ec67476f6082f1f9d626 Mon Sep 17 00:00:00 2001 From: Ashish SHUKLA Date: Wed, 23 Feb 2022 01:08:22 +0530 Subject: [PATCH] zellij: add myself to maintainers --- pkgs/tools/misc/zellij/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/misc/zellij/default.nix b/pkgs/tools/misc/zellij/default.nix index c4db7c38e015..595a9f0650bf 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 ]; }; }