summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2021-09-19 20:37:26 +0300
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2021-09-24 13:25:33 +0300
commit40f5fddca7f774944a53f58eeaebc4db79c373d8 (patch)
tree167174c52f5083411d7ad9325dd9af6870d103b1 /README.rst
parent9b8f4c870fa831c4c4becd4226a2eccfc84f5110 (diff)
libcamera: Standardize URLs to git repositories
When the libcamera project was started, we had no public git tree hosted on git.libcamera.org. The problem has been addressed a while ago, and the git.linuxtv.org libcamera repository is now a mirror of the main git tree. The mirror is useful to benefit from the linuxtv.org automated compile tests, but it can also confuse users who don't know where the official version is. To try and clarify this, use the git.libcamera.org URL consistently through the project. This doesn't void the validatity of the linuxtv.org repository which will continue to mirror the libcamera.org repository. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Umang Jain <umang.jain@ideasonboard.com> Reviewed-by: Paul Elder <paul.elder@ideasonboard.com>
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 6eb25c70..a0cc4597 100644
--- a/README.rst
+++ b/README.rst
@@ -32,7 +32,7 @@ To fetch the sources, build and install:
::
- git clone git://linuxtv.org/libcamera.git
+ git clone https://git.libcamera.org/libcamera/libcamera.git
cd libcamera
meson build
ninja -C build install