chore: normalize repository.url in package.json

This commit is contained in:
Michael Bolin
2025-07-07 16:31:43 -07:00
parent fd67a0086c
commit d0dac98004

View File

@@ -84,6 +84,6 @@
},
"repository": {
"type": "git",
"url": "https://github.com/openai/codex"
"url": "git+https://github.com/openai/codex.git"
}
}