From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EAE24158089 for ; Sat, 7 Oct 2023 22:24:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2EBFA2BC017; Sat, 7 Oct 2023 22:24:10 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1253A2BC017 for ; Sat, 7 Oct 2023 22:24:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 49E68335C8E for ; Sat, 7 Oct 2023 22:24:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E9F669CA for ; Sat, 7 Oct 2023 22:24:07 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1696717430.1ede5abf82c412552bb929779df37193bb9e41b6.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-board/xmahjongg/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-board/xmahjongg/xmahjongg-3.7-r2.ebuild X-VCS-Directories: games-board/xmahjongg/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 1ede5abf82c412552bb929779df37193bb9e41b6 X-VCS-Branch: master Date: Sat, 7 Oct 2023 22:24:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 58d6afcd-3567-4519-bedd-8e2671f75cc0 X-Archives-Hash: dd91e770848aeab00ce9a3ec586cadc7 commit: 1ede5abf82c412552bb929779df37193bb9e41b6 Author: James Le Cuirot gentoo org> AuthorDate: Sat Oct 7 22:21:37 2023 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Sat Oct 7 22:23:50 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ede5abf games-board/xmahjongg: HTTPS, fix description Signed-off-by: James Le Cuirot gentoo.org> games-board/xmahjongg/xmahjongg-3.7-r2.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/games-board/xmahjongg/xmahjongg-3.7-r2.ebuild b/games-board/xmahjongg/xmahjongg-3.7-r2.ebuild index f1fc4165b4da..c4ba67f96136 100644 --- a/games-board/xmahjongg/xmahjongg-3.7-r2.ebuild +++ b/games-board/xmahjongg/xmahjongg-3.7-r2.ebuild @@ -5,9 +5,9 @@ EAPI=8 inherit autotools desktop -DESCRIPTION="friendly GUI version of xmahjongg" -HOMEPAGE="http://www.lcdf.org/xmahjongg/" -SRC_URI="http://www.lcdf.org/xmahjongg/${P}.tar.gz" +DESCRIPTION="Friendly GUI version of xmahjongg" +HOMEPAGE="https://www.lcdf.org/xmahjongg/" +SRC_URI="https://www.lcdf.org/xmahjongg/${P}.tar.gz" LICENSE="GPL-2" SLOT="0"