diff --git a/collectoss/tasks/github/detect_move/core.py b/collectoss/tasks/github/detect_move/core.py index 1c0d7dba8..5adcc83fa 100644 --- a/collectoss/tasks/github/detect_move/core.py +++ b/collectoss/tasks/github/detect_move/core.py @@ -110,7 +110,7 @@ def ping_github_for_repo_move(session, key_auth, repo, logger,collection_hook='c repo_update_dict = { 'repo_git': f"https://github.com/{owner}/{name}", 'repo_path': None, - 'repo_name': None, + 'repo_name': name, 'description': f"(Originally hosted at {url}) {old_description}" }