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 6A6B61382C5 for ; Thu, 3 May 2018 08:50:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8D770E08C8; Thu, 3 May 2018 08:49:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 6F019E08C8 for ; Thu, 3 May 2018 08:49:59 +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 09E05335C60 for ; Thu, 3 May 2018 08:49:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 373482A for ; Thu, 3 May 2018 08:49:56 +0000 (UTC) From: "Marc Schiffbauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marc Schiffbauer" Message-ID: <1525337388.128392e9f0cbd9e819a9161b6d46f8333b3c70f6.mschiff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/dehydrated/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/dehydrated/dehydrated-0.6.2.ebuild X-VCS-Directories: app-crypt/dehydrated/ X-VCS-Committer: mschiff X-VCS-Committer-Name: Marc Schiffbauer X-VCS-Revision: 128392e9f0cbd9e819a9161b6d46f8333b3c70f6 X-VCS-Branch: master Date: Thu, 3 May 2018 08:49:56 +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: 301f2b4f-745b-4f9e-b787-0647f6cafae9 X-Archives-Hash: 5c271d274a4146af17e7709e533fb1dd commit: 128392e9f0cbd9e819a9161b6d46f8333b3c70f6 Author: Marc Schiffbauer gentoo org> AuthorDate: Thu May 3 08:49:34 2018 +0000 Commit: Marc Schiffbauer gentoo org> CommitDate: Thu May 3 08:49:48 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=128392e9 app-crypt/dehydrated: fix SRC_URI Package-Manager: Portage-2.3.28, Repoman-2.3.9 app-crypt/dehydrated/dehydrated-0.6.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-crypt/dehydrated/dehydrated-0.6.2.ebuild b/app-crypt/dehydrated/dehydrated-0.6.2.ebuild index 6e6825c0b17..a04c83040fd 100644 --- a/app-crypt/dehydrated/dehydrated-0.6.2.ebuild +++ b/app-crypt/dehydrated/dehydrated-0.6.2.ebuild @@ -7,7 +7,7 @@ inherit user DESCRIPTION="a client for signing certificates with an ACME-server" HOMEPAGE="https://github.com/lukas2511/dehydrated" -SRC_URI="mirror://github.com/lukas2511/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/lukas2511/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0"