From b08cd72f62a6654598705c40a39839bdc7706bbe Mon Sep 17 00:00:00 2001 From: "Guillaume \"Liam\" Petiot" Date: Tue, 27 Feb 2024 12:47:14 +0000 Subject: [PATCH] Explicit git URL for the repo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fc11d17..5926a89 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ The repository for all the internal packages. ``` -opam repository add tarides git+https://github.com/tarides/opam-repository +opam repository add tarides git@github.com:tarides/opam-repository.git ``` If you want to add your package, please do a pull-request to this repository.