From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 05858C433F5 for ; Mon, 20 Sep 2021 07:12:17 +0000 (UTC) Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id F1AF260FBF for ; Mon, 20 Sep 2021 07:12:15 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org F1AF260FBF Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=denx.de Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lists.denx.de Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 3CD2081280; Mon, 20 Sep 2021 09:12:13 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=denx.de Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1632121934; bh=28Fn5iIgvEoUgg5Fty48fKZvGykWlwSM4QAXkGUw4es=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=UwBAhWWUpIlT18L5uTMTj2z1Ya8Q5AYRB0ejpznBFr9pXtAKNXf2FF7SN52QyAajz n9hQtXID+OVd2f4KFR3P/pe5QPtCoM2xW9g9BHkifiF0HT8s6TbPU0CurNJ0sV8+Zh QgCIEhkzvrrYBa3CpeYwuYVsfCr/9/fwTMQmxOIBSaRO+o+w5yqBLZaviM7+iCBPPS VUd9SaS9jfecrThVDKj5hWoIc7b1g0NOkk3VOCKnMvazd3xrzksatOoc3BFbIG637i uKGxjZk1TRco0JRCnAxDznQaNP9lHzYgZ1uMxST2+uhuHH65YplSXb5V76O62vhhXu y/0DmQykZFvwg== Received: from crub (p508b6378.dip0.t-ipconnect.de [80.139.99.120]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: agust@denx.de) by phobos.denx.de (Postfix) with ESMTPSA id 0832980EC5; Mon, 20 Sep 2021 09:12:11 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1632121931; bh=28Fn5iIgvEoUgg5Fty48fKZvGykWlwSM4QAXkGUw4es=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=IDuT3KByRppp4c1/KuKcBvBvdNN0IB5CF/gspK7zXamOKSnJnAfqovV9L7RNq4BMY 3gnPpI1AEKcem3xaVxsk6BVIUb73UTeg1APPU1wh1BR5oEO31XD/mt5aWy8xn/4yA1 8kZCZb/GGB+m6NNZlHM4xwL40SdOhTIVGiVx8lPl+B+19u3b3vz8/kPrMhGvB/3vGF dS798da6a+o62mfaiKnJAKKA5iw2FSvsU0fc++fz8EbA/HYKZ8Wy9oh/MP2Io2yyd8 PoHbIPh6DFcZ7UElK2D3hyd1RYi4AdPNqr/NvdoMUp9UT26z1bLgrLff29vnZgpupU Qt87R5y5aQhqA== Date: Mon, 20 Sep 2021 09:12:10 +0200 From: Anatolij Gustschin To: Cc: , Subject: Re: Rename of the u-boot-atmel custodian tree Message-ID: <20210920091210.6db21674@crub> In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.34 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.2 at phobos.denx.de X-Virus-Status: Clean On Mon, 20 Sep 2021 06:46:01 +0000 Eugen.Hristev@microchip.com Eugen.Hristev@microchip.com wrote: ... > Former u-boot-atmel tree is now u-boot-at91, available at : > > https://source.denx.de/u-boot/custodians/u-boot-at91 > > Tom, do you know how can we update the U-boot denx wiki ? > https://www.denx.de/wiki/U-Boot/Custodians I've updated the git repo description in wiki. -- Anatolij