From 3144e09bc655c82ea794d9fdaed2a2fc1b382cb5 Mon Sep 17 00:00:00 2001 From: Alix von Schirp Date: Fri, 27 Feb 2026 01:42:39 +0100 Subject: [PATCH] chore: rename submodule Signed-off-by: Alix von Schirp --- .gitmodules | 4 ++-- ffprobe-wasm-app => libav-wasm | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename ffprobe-wasm-app => libav-wasm (100%) diff --git a/.gitmodules b/.gitmodules index 8ec9438..05935eb 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "ffprobe-wasm-app"] - path = ffprobe-wasm-app - url = https://git.cislabs.de/cis-oss/ffprobe-wasm + path = libav-wasm + url = https://git.cislabs.de/cis-oss/libav-wasm.git diff --git a/ffprobe-wasm-app b/libav-wasm similarity index 100% rename from ffprobe-wasm-app rename to libav-wasm