zellij: add myself to maintainers

This commit is contained in:
0x4A6F
2021-04-30 18:23:38 +09:00
committed by Raphael Megzari
parent 3f90d41adc
commit 71b873942e
+1 -1
View File
@@ -32,6 +32,6 @@ rustPlatform.buildRustPackage rec {
description = "A terminal workspace with batteries included";
homepage = "https://zellij.dev/";
license = with licenses; [ mit ];
maintainers = with maintainers; [ therealansh ];
maintainers = with maintainers; [ therealansh _0x4A6F ];
};
}