1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-18 12:38:30 +02:00

lazygit: fix kalhuage maintainers reference

This commit is contained in:
Luna Nova 2021-12-25 10:25:22 -08:00 committed by Robert Helgesson
parent 5705ba1366
commit b1b55c983f
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89

View File

@ -11,7 +11,7 @@ let
inherit (pkgs.stdenv.hostPlatform) isDarwin;
in {
meta.maintainers = [ maintainers.kalhauge ];
meta.maintainers = [ hm.maintainers.kalhauge ];
options.programs.lazygit = {
enable = mkEnableOption "lazygit, a simple terminal UI for git commands";