From aec46c56e2b3b3d013d7e3d3c3782d4b12e88329 Mon Sep 17 00:00:00 2001 From: Simon McVittie <smcv@collabora.com> Date: Thu, 25 Mar 2021 10:47:25 +0000 Subject: [PATCH] Fix git repository URLs Signed-off-by: Simon McVittie <smcv@collabora.com> --- CONTRIBUTING.md | 2 +- debian/control | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6ee87f9f8..ac595c840 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -58,7 +58,7 @@ via `ssh build-vm`. If the dependencies and chroot are available on your development system, use `localhost`, which will make `deb-build-snapshot` do the build locally instead of using ssh. -[Gitlab-CI]: https://gitlab.steamos.cloud/steam/steam-runtime-tools/pipelines +[Gitlab-CI]: https://gitlab.steamos.cloud/steamrt/steam-runtime-tools/pipelines ## Design notes diff --git a/debian/control b/debian/control index 94ed4294b..8cde63aa6 100644 --- a/debian/control +++ b/debian/control @@ -33,8 +33,8 @@ Build-Depends-Indep: Build-Conflicts: libsteam-runtime-tools-0-helpers (<< 0.20191204.0~), libsteam-runtime-tools-0-relocatable-libs, -Vcs-Git: https://gitlab.steamos.cloud/steam/steam-runtime-tools.git -Vcs-Browser: https://gitlab.steamos.cloud/steam/steam-runtime-tools +Vcs-Git: https://gitlab.steamos.cloud/steamrt/steam-runtime-tools.git +Vcs-Browser: https://gitlab.steamos.cloud/steamrt/steam-runtime-tools Package: libsteam-runtime-tools-0-0 Architecture: any -- GitLab