diff --git a/pkgs/applications/version-management/git-and-tools/default.nix b/pkgs/applications/version-management/git-and-tools/default.nix index d6298b4fd332..86dfc77c4ae9 100644 --- a/pkgs/applications/version-management/git-and-tools/default.nix +++ b/pkgs/applications/version-management/git-and-tools/default.nix @@ -59,7 +59,7 @@ rec { ''; meta = { description = "TopGit aims to make handling of large amount of interdependent topic branches easier"; - maintainers = [args.lib.maintainers.marcweber]; + maintainers = [lib.maintainers.marcweber]; homepage = http://repo.or.cz/w/topgit.git; # maybe there is also another one, I haven't checked license = "GPLv2"; };