alacritty: add filalex77 to maintainers

This commit is contained in:
Oleksii Filonenko 2019-11-25 21:35:57 +02:00
parent c8ca52c6c0
commit 8ef50f1ab7
No known key found for this signature in database
GPG Key ID: F3510FE5691629A1

View File

@ -114,7 +114,7 @@ in buildRustPackage rec {
description = "GPU-accelerated terminal emulator";
homepage = https://github.com/jwilm/alacritty;
license = with licenses; [ asl20 ];
maintainers = with maintainers; [ mic92 ];
maintainers = with maintainers; [ filalex77 mic92 ];
platforms = [ "x86_64-linux" "i686-linux" "x86_64-darwin" "aarch64-linux" ];
};
}