[PATCH liburing 4/4] liburing{{,-ffi}.pc.in,.spec}: Replace dead git tree links with the new one

Ammar Faizi <[email protected]> Sat, 25 Jul 2026 05:59:05 +0700
Newsgroups org.kernel.vger.io-uring
Message-ID <[email protected]>
The old git tree link:

  https://git.kernel.dk/cgit/liburing/

is dead. Replace it with the new kernel.org git tree:

  https://git.kernel.org/pub/scm/linux/kernel/git/axboe/liburing.git/

Cc: Stefan Hajnoczi <[email protected]>
Cc: Guillem Jover <[email protected]>
Cc: Changcheng Liu <[email protected]>
Signed-off-by: Ammar Faizi <[email protected]>
---
 debian/control     | 6 +++---
 debian/copyright   | 2 +-
 liburing-ffi.pc.in | 2 +-
 liburing.pc.in     | 2 +-
 liburing.spec      | 2 +-
 5 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/debian/control b/debian/control
index e79ff11cd187..14ca43b4e399 100644
--- a/debian/control
+++ b/debian/control
@@ -5,9 +5,9 @@ Maintainer: Liu Changcheng <[email protected]>
 Build-Depends:
   debhelper-compat (= 13)
 Standards-Version: 4.1.4
-Homepage: https://git.kernel.dk/cgit/liburing/tree/README
-Vcs-Git: https://git.kernel.dk/liburing
-Vcs-Browser: https://git.kernel.dk/cgit/liburing/
+Homepage: https://git.kernel.org/pub/scm/linux/kernel/git/axboe/liburing.git/tree/README
+Vcs-Git: https://git.kernel.org/pub/scm/linux/kernel/git/axboe/liburing.git
+Vcs-Browser: https://git.kernel.org/pub/scm/linux/kernel/git/axboe/liburing.git
 
 Package: liburing2
 Architecture: linux-any
diff --git a/debian/copyright b/debian/copyright
index 0b3f3eb04db4..25d39e79b9ec 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,6 +1,6 @@
 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: liburing
-Source: https://git.kernel.dk/cgit/liburing/
+Source: https://git.kernel.org/pub/scm/linux/kernel/git/axboe/liburing.git/
 
 Files: *
 Copyright: 2019 Jens Axboe <[email protected]>
diff --git a/liburing-ffi.pc.in b/liburing-ffi.pc.in
index 71943acca14a..400d43fa783b 100644
--- a/liburing-ffi.pc.in
+++ b/liburing-ffi.pc.in
@@ -6,7 +6,7 @@ includedir=@includedir@
 Name: @NAME@
 Version: @VERSION@
 Description: io_uring FFI library
-URL: https://git.kernel.dk/cgit/liburing/
+URL: https://git.kernel.org/pub/scm/linux/kernel/git/axboe/liburing.git/
 
 Libs: -L${libdir} -luring-ffi
 Cflags: -I${includedir}
diff --git a/liburing.pc.in b/liburing.pc.in
index 2c879b2cdc90..7ada05167f35 100644
--- a/liburing.pc.in
+++ b/liburing.pc.in
@@ -6,7 +6,7 @@ includedir=@includedir@
 Name: @NAME@
 Version: @VERSION@
 Description: io_uring library
-URL: https://git.kernel.dk/cgit/liburing/
+URL: https://git.kernel.org/pub/scm/linux/kernel/git/axboe/liburing.git/
 
 Libs: -L${libdir} -luring
 Cflags: -I${includedir}
diff --git a/liburing.spec b/liburing.spec
index 1d0a72fbd31e..2c396813d434 100644
--- a/liburing.spec
+++ b/liburing.spec
@@ -5,7 +5,7 @@ Summary: Linux-native io_uring I/O access library
 License: (GPLv2 with exceptions and LGPLv2+) or MIT
 Source0: https://brick.kernel.dk/snaps/%{name}-%{version}.tar.gz
 Source1: https://brick.kernel.dk/snaps/%{name}-%{version}.tar.gz.asc
-URL: https://git.kernel.dk/cgit/liburing/
+URL: https://git.kernel.org/pub/scm/linux/kernel/git/axboe/liburing.git/
 BuildRequires: gcc
 BuildRequires: make
 
-- 
Ammar Faizi