zellij: add myself to maintainers

This commit is contained in:
Ashish SHUKLA 2022-02-23 01:08:22 +05:30
parent 72914e8861
commit 6812ada3f3
No known key found for this signature in database
GPG Key ID: C746CFA9E74FA4B0

View File

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