From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <ffmpeg-devel-bounces@ffmpeg.org> Received: from ffbox0-bg.ffmpeg.org (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTPS id DB7B84F5B2 for <ffmpegdev@gitmailbox.com>; Wed, 18 Jun 2025 01:22:52 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.ffmpeg.org (Postfix) with ESMTP id 4FA2168DC86; Wed, 18 Jun 2025 04:22:49 +0300 (EEST) Received: from relay7-d.mail.gandi.net (relay7-d.mail.gandi.net [217.70.183.200]) by ffbox0-bg.ffmpeg.org (Postfix) with ESMTPS id 4868768CF5E for <ffmpeg-devel@ffmpeg.org>; Wed, 18 Jun 2025 04:22:42 +0300 (EEST) Received: by mail.gandi.net (Postfix) with ESMTPSA id A718643912 for <ffmpeg-devel@ffmpeg.org>; Wed, 18 Jun 2025 01:22:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1750209761; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=4BnwjXrdrxyr9jBcGHOOdll6LDEW9nqYrLRa6mZ1oFs=; b=O1AB7SwTPWj1vzh3Nhg7UzXERBcOPGS0RvoFh2y7XitlJ8xxPQzZKxM8+yezyOELqJJfal GaqQBL7Bq+ENOdvILu0nhDNo9SxRS85UYYzFPvFwzglmrJam4MozczDQ1LWZMsqCg8QALT 8Dfprt56NgUrqW3eFamS13e5epXvpdsG1+CuTXdL++psmOBbodFAwsxuI6E1W86SkI5cZu pOIKATVkwZudJag786rDeVkUPWQHMEC6OMqihPf3FLd15C3F4M4OshnX4CmAIPxMTKMSgn vlz2UCQxZHtyDyfMZ05x0tvx+gumY/cDhOdG47/GFQ+Jid+ZOq5rZYU88wlA7w== From: Michael Niedermayer <michael@niedermayer.cc> To: FFmpeg development discussions and patches <ffmpeg-devel@ffmpeg.org> Date: Wed, 18 Jun 2025 03:22:40 +0200 Message-ID: <20250618012240.684589-1-michael@niedermayer.cc> X-Mailer: git-send-email 2.49.0 MIME-Version: 1.0 X-GND-State: clean X-GND-Score: -85 X-GND-Cause: gggruggvucftvghtrhhoucdtuddrgeeffedrtddvgddujedvucetufdoteggodetrfdotffvucfrrhhofhhilhgvmecuifetpfffkfdpucggtfgfnhhsuhgsshgtrhhisggvnecuuegrihhlohhuthemuceftddunecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenfghrlhcuvffnffculdduhedmnecujfgurhephffvufffkffoggfgsedtkeertdertddtnecuhfhrohhmpefoihgthhgrvghlucfpihgvuggvrhhmrgihvghruceomhhitghhrggvlhesnhhivgguvghrmhgrhigvrhdrtggtqeenucggtffrrghtthgvrhhnpeeuhfeufeefffeguddvgedugeehfffgleefvddvtdeivefgkeeuffehudekveeiffenucffohhmrghinhepvhhiuggvohhlrghnrdhorhhgpdhffhhmphgvghdrohhrghenucfkphepgedurdeiiedrieejrdduudefnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehinhgvthepgedurdeiiedrieejrdduudefpdhhvghloheplhhotggrlhhhohhsthdpmhgrihhlfhhrohhmpehmihgthhgrvghlsehnihgvuggvrhhmrgihvghrrdgttgdpnhgspghrtghpthhtohepuddprhgtphhtthhopehffhhmphgvghdquggvvhgvlhesfhhfmhhpvghgrdhorhhg X-GND-Sasl: michael@niedermayer.cc Subject: [FFmpeg-devel] [PATCH] FATE.pm: Fix gitweb URL and use https X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FFmpeg development discussions and patches <ffmpeg-devel.ffmpeg.org> List-Unsubscribe: <https://ffmpeg.org/mailman/options/ffmpeg-devel>, <mailto:ffmpeg-devel-request@ffmpeg.org?subject=unsubscribe> List-Archive: <https://ffmpeg.org/pipermail/ffmpeg-devel> List-Post: <mailto:ffmpeg-devel@ffmpeg.org> List-Help: <mailto:ffmpeg-devel-request@ffmpeg.org?subject=help> List-Subscribe: <https://ffmpeg.org/mailman/listinfo/ffmpeg-devel>, <mailto:ffmpeg-devel-request@ffmpeg.org?subject=subscribe> Reply-To: FFmpeg development discussions and patches <ffmpeg-devel@ffmpeg.org> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" <ffmpeg-devel-bounces@ffmpeg.org> Archived-At: <https://master.gitmailbox.com/ffmpegdev/20250618012240.684589-1-michael@niedermayer.cc/> List-Archive: <https://master.gitmailbox.com/ffmpegdev/> List-Post: <mailto:ffmpegdev@gitmailbox.com> Signed-off-by: Michael Niedermayer <michael@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 _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".