Loading pkgs/applications/version-management/git-repo-updater/default.nix +4 −1 Original line number Diff line number Diff line Loading @@ -30,7 +30,10 @@ buildPythonApplication rec { description = "Easily update multiple Git repositories at once"; homepage = "https://github.com/earwig/git-repo-updater"; license = licenses.mit; maintainers = with maintainers; [ bdesham ]; maintainers = with maintainers; [ bdesham artturin ]; mainProgram = "gitup"; }; } Loading
pkgs/applications/version-management/git-repo-updater/default.nix +4 −1 Original line number Diff line number Diff line Loading @@ -30,7 +30,10 @@ buildPythonApplication rec { description = "Easily update multiple Git repositories at once"; homepage = "https://github.com/earwig/git-repo-updater"; license = licenses.mit; maintainers = with maintainers; [ bdesham ]; maintainers = with maintainers; [ bdesham artturin ]; mainProgram = "gitup"; }; }