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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 68B9C1382C5 for ; Tue, 20 Feb 2018 20:56:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 51E5FE096F; Tue, 20 Feb 2018 20:55:46 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2F1CAE096F for ; Tue, 20 Feb 2018 20:55:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9652D335C56 for ; Tue, 20 Feb 2018 20:55:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A5CA4247 for ; Tue, 20 Feb 2018 20:55:35 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1519160117.147ecac59ee9ddaa83289e66a6dce98bc07de590.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/whine/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/whine/whine-20091222.ebuild X-VCS-Directories: app-emacs/whine/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 147ecac59ee9ddaa83289e66a6dce98bc07de590 X-VCS-Branch: master Date: Tue, 20 Feb 2018 20:55:35 +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-Archives-Salt: e67a8be6-d856-47a7-8f34-4e81405243de X-Archives-Hash: 127fc2246514ccfdf87304d10d66ecfb commit: 147ecac59ee9ddaa83289e66a6dce98bc07de590 Author: Michael Mair-Keimberger gmail com> AuthorDate: Thu Feb 15 11:58:19 2018 +0000 Commit: Patrice Clement gentoo org> CommitDate: Tue Feb 20 20:55:17 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=147ecac5 app-emacs/whine: use HTTPS. app-emacs/whine/whine-20091222.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emacs/whine/whine-20091222.ebuild b/app-emacs/whine/whine-20091222.ebuild index 65b7d3ed59e..78f91982e0e 100644 --- a/app-emacs/whine/whine-20091222.ebuild +++ b/app-emacs/whine/whine-20091222.ebuild @@ -6,7 +6,7 @@ EAPI=5 inherit elisp DESCRIPTION="Complaint generator for GNU Emacs" -HOMEPAGE="http://www.emacswiki.org/emacs/Whine" +HOMEPAGE="https://www.emacswiki.org/emacs/Whine" SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.bz2" LICENSE="public-domain"