lazygit: add filalex77 to maintainers

This commit is contained in:
Oleksii Filonenko 2020-01-08 16:11:29 +02:00
parent 86946704e6
commit 82364512fd
No known key found for this signature in database
GPG key ID: F3510FE5691629A1

View file

@ -19,6 +19,6 @@ buildGoPackage rec {
description = "Simple terminal UI for git commands";
homepage = "https://github.com/jesseduffield/lazygit";
license = licenses.mit;
maintainers = with maintainers; [ fpletz equirosa ];
maintainers = with maintainers; [ fpletz equirosa filalex77 ];
};
}