From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH] gnu: fix name for ng0. Date: Tue, 15 Nov 2016 14:37:11 -0500 Message-ID: <20161115193711.GC420@jasmine> References: <20161115191815.20181-1-ng0@we.make.ritual.n0.is> <20161115191815.20181-2-ng0@we.make.ritual.n0.is> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58058) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c6jXg-0002GW-LY for guix-devel@gnu.org; Tue, 15 Nov 2016 14:37:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c6jXc-0005G2-Mb for guix-devel@gnu.org; Tue, 15 Nov 2016 14:37:16 -0500 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:51285) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1c6jXc-0005Fr-Id for guix-devel@gnu.org; Tue, 15 Nov 2016 14:37:12 -0500 Content-Disposition: inline In-Reply-To: <20161115191815.20181-2-ng0@we.make.ritual.n0.is> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: ng0 Cc: guix-devel@gnu.org On Tue, Nov 15, 2016 at 07:18:15PM +0000, ng0 wrote: > * gnu/packages/gnupg.scm: Apply it. Pushed, thanks! > --- > gnu/packages/gnupg.scm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm > index 8293248..fccaa97 100644 > --- a/gnu/packages/gnupg.scm > +++ b/gnu/packages/gnupg.scm > @@ -7,7 +7,7 @@ > ;;; Copyright © 2015, 2016 Efraim Flashner > ;;; Copyright © 2015, 2016 Ricardo Wurmus > ;;; Copyright © 2016 Christopher Allan Webber > -;;; Copyright © 2016 Nils Gillmann > +;;; Copyright © 2016 ng0 > ;;; Copyright © 2016 Christopher Baines > ;;; Copyright © 2016 Mike Gerwitz > ;;; > -- > 2.10.2 > >