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 30FAA1396D0 for ; Thu, 31 Aug 2017 13:50:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8793FE0DAC; Thu, 31 Aug 2017 13:50:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 666D0E0DAC for ; Thu, 31 Aug 2017 13:50:00 +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 87D1C33BEAE for ; Thu, 31 Aug 2017 13:49:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2C7A98911 for ; Thu, 31 Aug 2017 13:49:58 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1504187329.c0e0da7e5e9020776ee8400fdd4b75b5a9def0db.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/taskd/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/taskd/taskd-1.1.0-r1.ebuild X-VCS-Directories: app-misc/taskd/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: c0e0da7e5e9020776ee8400fdd4b75b5a9def0db X-VCS-Branch: master Date: Thu, 31 Aug 2017 13:49:58 +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: 6e1b3bf6-5c28-47f1-adae-1eb80f60ff91 X-Archives-Hash: 3777257b7b01117ebf7eeb1e5c29f93b commit: c0e0da7e5e9020776ee8400fdd4b75b5a9def0db Author: Tim Harder gentoo org> AuthorDate: Thu Aug 31 13:48:49 2017 +0000 Commit: Tim Harder gentoo org> CommitDate: Thu Aug 31 13:48:49 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0e0da7e app-misc/taskd: use https for HOMEPAGE and SRC_URI app-misc/taskd/taskd-1.1.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-misc/taskd/taskd-1.1.0-r1.ebuild b/app-misc/taskd/taskd-1.1.0-r1.ebuild index 4744a209730..fbf8edd6dd4 100644 --- a/app-misc/taskd/taskd-1.1.0-r1.ebuild +++ b/app-misc/taskd/taskd-1.1.0-r1.ebuild @@ -6,8 +6,8 @@ EAPI=5 inherit eutils cmake-utils systemd user DESCRIPTION="the server part of Taskwarrior, a command-line todo list manager" -HOMEPAGE="http://taskwarrior.org/" -SRC_URI="http://taskwarrior.org/download/${P}.tar.gz" +HOMEPAGE="https://taskwarrior.org/" +SRC_URI="https://taskwarrior.org/download/${P}.tar.gz" LICENSE="MIT" SLOT="0"