From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id KLLdLtO0/V8NEwAA0tVLHw (envelope-from ) for ; Tue, 12 Jan 2021 14:40:19 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id OIfZKtO0/V+ZawAAbx9fmQ (envelope-from ) for ; Tue, 12 Jan 2021 14:40:19 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 7650C9401C0 for ; Tue, 12 Jan 2021 14:40:19 +0000 (UTC) Received: from localhost ([::1]:34374 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kzKqI-0005aa-ET for larch@yhetil.org; Tue, 12 Jan 2021 09:40:18 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:52776) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kzKpq-0005Z0-Dm for guix-devel@gnu.org; Tue, 12 Jan 2021 09:39:50 -0500 Received: from mail-pf1-x430.google.com ([2607:f8b0:4864:20::430]:36661) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kzKpo-0007Xr-Te for guix-devel@gnu.org; Tue, 12 Jan 2021 09:39:50 -0500 Received: by mail-pf1-x430.google.com with SMTP id b3so1168938pft.3 for ; Tue, 12 Jan 2021 06:39:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=asu-edu.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version; bh=Bc4IiYCn77IgR9TFA5bHb0PFedyw4JzE6FJzJCjUdRQ=; b=HQa96TZ2Qdoe9aVq/aId18CfKGCLjgnexCyQvyT9KmSkKZ9RJcIP/p0IcmobCaQ7Yd T9+42TYnUe2d2GYXa1x58ckxH9WljaXMjaayzmdCXDhFwioR/NLlCCtROES9vUJFFA6s 3wsTQsIYA1n1R5HBc3mxBJnlEgBuzGQG7HlP2e8iDwmRr2JxUejT64yNtxQAfwKEaLc3 bvsdT3MK9bPoIBpxV6XZGHtukRo7fmHEPWQm/uV8bgayz6Aj5Glv4U5gwC7Iaz//Jx/V kWb93rZV/8b8bRSdhNswO6suCdd2ei5C1uX7xivH2+BCYLWelUo509ahoeAE2wGMsfsj w7RQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version; bh=Bc4IiYCn77IgR9TFA5bHb0PFedyw4JzE6FJzJCjUdRQ=; b=HtmbtRVwhr1d/kQ2riSzeEwJVf6OofIDhowWf/7HH5+F9BuGSfMAE/xEfM0CD5UwGG yuot9JRiy1AvSldISqkUHEI9noHKgClvGk7MJUmj7sF3bV4ewp0pAQcUM/xaOHmRe5a5 8PJgU8+o2biCEN3W4019DwLWoxAZgxVxrSgxP8Ce0aiFKBld8GkHGzxfoKiLhcQERuqx Nfb0oeP8qUAPEU85s+T2CfcGe/lEiYlfDlh+OKrsHrWNzFFRGiqb6s9OvqgcDyjADF/4 GVxKo5qODcRejxqh7GyKAh6XtrhOjrIjZ0bplqVh9EJ+LizZTXh05/dQ5gdul7cyS68R kiMQ== X-Gm-Message-State: AOAM530iRuClWpZf0EEamFWtYbl0OUcAf3v9NQFRtEypbR3SdwfJtFyM z1QtbcTZEOmLAlp6l+18C+Jbu3bKU+2sC53Z X-Google-Smtp-Source: ABdhPJxCVNsDyeggt0GY8CYI+A3fZAd7LlzcyYLMdmcp5P0997I1jAolLaVg4UDBS4Ec/b4sgnrPGg== X-Received: by 2002:a63:66c3:: with SMTP id a186mr5099587pgc.198.1610462387308; Tue, 12 Jan 2021 06:39:47 -0800 (PST) Received: from ecenter ([2600:1700:83b0:8bd0::7a8]) by smtp.gmail.com with ESMTPSA id 32sm3979666pgq.80.2021.01.12.06.39.46 (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Tue, 12 Jan 2021 06:39:46 -0800 (PST) From: John Soo To: Pierre Neidhardt Subject: Re: Emacs-Guix repository location moved to Savannah References: <871rer5xxv.fsf@asu.edu> <87lfcy34s8.fsf@ambrevar.xyz> Date: Tue, 12 Jan 2021 06:39:45 -0800 In-Reply-To: <87lfcy34s8.fsf@ambrevar.xyz> (Pierre Neidhardt's message of "Tue, 12 Jan 2021 10:04:07 +0100") Message-ID: <87bldu43ta.fsf@asu.edu> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=2607:f8b0:4864:20::430; envelope-from=jsoo1@asu.edu; helo=mail-pf1-x430.google.com X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: guix-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: guix-devel@gnu.org Errors-To: guix-devel-bounces+larch=yhetil.org@gnu.org Sender: "Guix-devel" X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -2.46 Authentication-Results: aspmx1.migadu.com; dkim=pass header.d=asu-edu.20150623.gappssmtp.com header.s=20150623 header.b=HQa96TZ2; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=asu.edu (policy=none); spf=pass (aspmx1.migadu.com: domain of guix-devel-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-devel-bounces@gnu.org X-Migadu-Queue-Id: 7650C9401C0 X-Spam-Score: -2.46 X-Migadu-Scanner: scn1.migadu.com X-TUID: ePbyNOmSQL2R Hi Pierre, I forgot to answer your other question. Emacs-Guix is a sub-project of Guix on Savannah https://savannah.gnu.org/projects/guix it is "Emacs interface to GNU Guix". The repository is available at https://git.savannah.gnu.org/cgit/guix/emacs-guix.git. - John