From 62a7dc474006a1e53e18e163c1da9312959f5674 Mon Sep 17 00:00:00 2001 From: Yakir Luc Gagnon <12.yakir@gmail.com> Date: Thu, 26 Dec 2024 19:49:59 +0100 Subject: [PATCH] [CameraCalibrations] Added jl to the repo URL (#122016) follow the 5th rule: "Repo URL ends with /PackageName.jl.git" in the Automatic merging guidelines. --- C/CameraCalibrations/Package.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C/CameraCalibrations/Package.toml b/C/CameraCalibrations/Package.toml index b04fbca26ea42a2..61fc54efba6ec28 100644 --- a/C/CameraCalibrations/Package.toml +++ b/C/CameraCalibrations/Package.toml @@ -1,3 +1,3 @@ name = "CameraCalibrations" uuid = "70c3cbac-2c23-4b2d-966c-5a25c0a540fb" -repo = "https://github.com/yakir12/CameraCalibrations.git" +repo = "https://github.com/yakir12/CameraCalibrations.jl.git"