The branch, master has been updated
via 8f837cc57a87d90906c0fad3fc5817de833d8967 (commit)
from bdfef11e4826e703ec0638c8093dbd3cfcbec958 (commit)
- Log -----------------------------------------------------------------
commit 8f837cc57a87d90906c0fad3fc5817de833d8967
Author: Michael Niedermayer <[email protected]>
AuthorDate: Wed Jun 18 03:21:20 2025 +0200
Commit: Michael Niedermayer <[email protected]>
CommitDate: Thu Jul 31 20:26:43 2025 +0200
FATE.pm: Fix gitweb URL and use https
Signed-off-by: Michael Niedermayer <[email protected]>
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
--
_______________________________________________
ffmpeg-cvslog mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".