Move to using the git.kernel.org trees as the canonical trees for both the block and io_uring tree. Signed-off-by: Jens Axboe <axboe@xxxxxxxxx> --- diff --git a/MAINTAINERS b/MAINTAINERS index b47daf498a97..60d29ff64a55 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -6224,7 +6224,7 @@ M: Josef Bacik <josef@xxxxxxxxxxxxxx> M: Jens Axboe <axboe@xxxxxxxxx> L: cgroups@xxxxxxxxxxxxxxx L: linux-block@xxxxxxxxxxxxxxx -T: git git://git.kernel.dk/linux-block +T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux.git F: Documentation/admin-guide/cgroup-v1/blkio-controller.rst F: block/bfq-cgroup.c F: block/blk-cgroup.c @@ -12860,8 +12860,8 @@ IO_URING M: Jens Axboe <axboe@xxxxxxxxx> L: io-uring@xxxxxxxxxxxxxxx S: Maintained -T: git git://git.kernel.dk/linux-block -T: git git://git.kernel.dk/liburing +T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux.git +T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/liburing.git F: include/linux/io_uring/ F: include/linux/io_uring.h F: include/linux/io_uring_types.h -- Jens Axboe