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 663741382C5 for ; Tue, 4 May 2021 15:50:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BE7BDE0839; Tue, 4 May 2021 15:50:44 +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 A7B0BE0839 for ; Tue, 4 May 2021 15:50:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 B25E5340CFA for ; Tue, 4 May 2021 15:50:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 698EA59C for ; Tue, 4 May 2021 15:50:42 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1620143369.acddee660ff426574fd751fb045e12d480078315.ulm@gentoo> Subject: [gentoo-commits] proj/gs-elpa:master commit in: / X-VCS-Repository: proj/gs-elpa X-VCS-Files: gs-elpa.json X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: acddee660ff426574fd751fb045e12d480078315 X-VCS-Branch: master Date: Tue, 4 May 2021 15:50:42 +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: a1ff3049-6a15-4eba-ba91-7d687152a057 X-Archives-Hash: 9162b54a19f2fe7798a87c562f752c20 commit: acddee660ff426574fd751fb045e12d480078315 Author: Brian Dolbec gentoo org> AuthorDate: Mon Jul 27 16:11:26 2020 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Tue May 4 15:49:29 2021 +0000 URL: https://gitweb.gentoo.org/proj/gs-elpa.git/commit/?id=acddee66 Update melpa, melpa-stable uri's Apply patch supplied by: CaptainBlood yahoo.fr> Bug: https://bugs.gentoo.org/734076 Signed-off-by: Brian Dolbec gentoo.org> Signed-off-by: Ulrich Müller gentoo.org> gs-elpa.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gs-elpa.json b/gs-elpa.json index 9d95f6f..8b7d791 100644 --- a/gs-elpa.json +++ b/gs-elpa.json @@ -10,11 +10,11 @@ "masters": ["gentoo", "gnu-elpa"] }, "melpa": { - "repo_uri": "http://melpa.milkbox.net/packages/", + "repo_uri": "http://melpa.org/packages/", "masters": ["gentoo", "gnu-elpa"] }, "melpa-stable": { - "repo_uri": "http://melpa-stable.milkbox.net/packages/", + "repo_uri": "http://stable.melpa.org/packages/", "masters": ["gentoo", "gnu-elpa"] } },