[FFmpeg-cvslog] [ffmpeg-fateserver] branch master updated. 8f837cc FATE.pm: Fix gitweb URL and use https

ffmpeg-git at ffmpeg.org ffmpeg-git at ffmpeg.org
Thu Jul 31 21:28:13 EEST 2025


The branch, master has been updated
       via  8f837cc57a87d90906c0fad3fc5817de833d8967 (commit)
      from  bdfef11e4826e703ec0638c8093dbd3cfcbec958 (commit)


- Log -----------------------------------------------------------------
commit 8f837cc57a87d90906c0fad3fc5817de833d8967
Author:     Michael Niedermayer <michael at niedermayer.cc>
AuthorDate: Wed Jun 18 03:21:20 2025 +0200
Commit:     Michael Niedermayer <michael at niedermayer.cc>
CommitDate: Thu Jul 31 20:26:43 2025 +0200

    FATE.pm: Fix gitweb URL and use https
    
    Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>

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}";
 

-----------------------------------------------------------------------

Summary of changes:
 FATE.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 



More information about the ffmpeg-cvslog mailing list