From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: How to change email on ELPA packages? Date: Sat, 10 Aug 2019 05:07:08 -0400 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="94609"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) Cc: Emacs Devel To: "Paul W. Rankin" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Aug 10 11:07:21 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1hwNLM-000OTp-AA for ged-emacs-devel@m.gmane.org; Sat, 10 Aug 2019 11:07:20 +0200 Original-Received: from localhost ([::1]:35502 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hwNLL-0002Ds-Bj for ged-emacs-devel@m.gmane.org; Sat, 10 Aug 2019 05:07:19 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:33341) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hwNLG-0002Dl-4d for emacs-devel@gnu.org; Sat, 10 Aug 2019 05:07:14 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hwNLF-000498-6Z for emacs-devel@gnu.org; Sat, 10 Aug 2019 05:07:14 -0400 Original-Received: from mailscanner.iro.umontreal.ca ([132.204.25.50]:42677) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hwNLF-00048v-2Y for emacs-devel@gnu.org; Sat, 10 Aug 2019 05:07:13 -0400 Original-Received: from pmg1.iro.umontreal.ca (localhost.localdomain [127.0.0.1]) by pmg1.iro.umontreal.ca (Proxmox) with ESMTP id A16E3103310; Sat, 10 Aug 2019 05:07:12 -0400 (EDT) Original-Received: from mail01.iro.umontreal.ca (unknown [172.31.2.1]) by pmg1.iro.umontreal.ca (Proxmox) with ESMTP id 1F4681032F4; Sat, 10 Aug 2019 05:07:11 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=iro.umontreal.ca; s=mail; t=1565428031; bh=VSsrGUlU31jW/osXuFmM+b9VHGEU+wKlzeJer+8n8nM=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=cbp95kyC75wxO5PplCf58g+igmdOQDT0x9vrmjTzjpI95gQ1iHTJWEA8IhKMLzfut cPdda0prm+cMCMYsWY/lAqLbRzgbGUzIyZYHzkR7MmLL/GhrVovLFC4lYIS4CMsVhy 5TfIDcl/+5JhrKcb8bPVvytDbKdl0SoFtq1Tzhpr57sgM6uwfAoPV0981HqvtMe++e EuC4Vbtjy+gCR2eIqxawnJyYLhS/kAspCJfLAOtpnOks42QE/u2CvJF2w1wkFMQtJs 3cZNZ7Aeo/1K5TWxRb15f8mAvUdu4qr8zD+ZAbHqyzEz3Ukbxj4U3q67GCkxi8t/6T ThxLhdV0RBX8Q== Original-Received: from alfajor (dyn.83-228-179-131.dsl.vtx.ch [83.228.179.131]) by mail01.iro.umontreal.ca (Postfix) with ESMTPSA id 64E81120EAE; Sat, 10 Aug 2019 05:07:10 -0400 (EDT) In-Reply-To: (Paul W. Rankin's message of "Sat, 10 Aug 2019 17:51:31 +1000") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 132.204.25.50 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:239296 Archived-At: > I've made the change in the package header for fountain-mode.el... > > ;; Author: Paul W. Rankin > ;; Maintainer: Paul W. Rankin > > ...but no luck. The redirection uses info that's only updated every once in a while, so it's normal if the change doesn't take effect immediately. I just forced an update, so hopefully it should apply from now on. Stefan