[FFmpeg-devel] [PATCH] FATE.pm: Fix gitweb URL and use https
Michael Niedermayer
michael at niedermayer.cc
Wed Jun 18 04:22:40 EEST 2025
Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
---
FATE.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/FATE.pm b/FATE.pm
index 0d4603f..d74fd00 100644
--- a/FATE.pm
+++ b/FATE.pm
@@ -43,7 +43,7 @@ our $recent_age = 3600;
our $ancient_age = 3 * 86400;
our $hidden_age = 30 * 86400;
our $pretty_links = 0;
-our $gitweb = "http://git.videolan.org/?p=ffmpeg.git";
+our $gitweb = "https://git.ffmpeg.org/?p=ffmpeg.git";
#require "$ENV{FATEWEB_CONFIG}";
--
2.49.0
More information about the ffmpeg-devel
mailing list