From 40f5fddca7f774944a53f58eeaebc4db79c373d8 Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Sun, 19 Sep 2021 20:37:26 +0300 Subject: 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 Reviewed-by: Umang Jain Reviewed-by: Paul Elder --- .reuse/dep5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.reuse') diff --git a/.reuse/dep5 b/.reuse/dep5 index 1fd90dd7..96fefbe2 100644 --- a/.reuse/dep5 +++ b/.reuse/dep5 @@ -1,7 +1,7 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: libcamera Upstream-Contact: Laurent Pinchart -Source: https://git.linuxtv.org/libcamera.git/ +Source: https://git.libcamera.org/libcamera/libcamera.git/ Files: src/ipa/raspberrypi/data/*.json utils/raspberrypi/ctt/ctt_config_example.json -- cgit v1.2.1