From 464b8a1109792be5f25b68eecbc9cb36fc1bbb26 Mon Sep 17 00:00:00 2001 From: George Rawlinson Date: Mon, 25 Jul 2022 20:42:08 +1200 Subject: [PATCH] nvchecker: singularity replaced with apptainer --- .repo/nvchecker.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.repo/nvchecker.toml b/.repo/nvchecker.toml index 83bca87..a145e84 100644 --- a/.repo/nvchecker.toml +++ b/.repo/nvchecker.toml @@ -1305,9 +1305,9 @@ github = "hpcng/nomad-driver-singularity" use_max_tag = true prefix = "v" -[singularity] +[apptainer] source = "github" -github = "hpcng/singularity" +github = "apptainer/apptainer" use_max_tag = true prefix = "v"