9 lines
165 B
Nix
9 lines
165 B
Nix
{ lib, ... }:
|
|
{
|
|
name = "Lazygit";
|
|
homepage = "https://github.com/jesseduffield/lazygit";
|
|
maintainers = with lib.maintainers; [
|
|
mateusauler
|
|
naho
|
|
];
|
|
}
|