From patchwork Tue Nov 15 19:18:15 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: non such X-Patchwork-Id: 17488 Received: (qmail 40028 invoked by uid 89); 15 Nov 2016 19:20:46 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Checked: by ClamAV 0.99.2 on sourceware.org X-Virus-Found: No X-Spam-SWARE-Status: No, score=-4.6 required=5.0 tests=AWL, BAYES_00, RP_MATCHES_RCVD, SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:750, allan, christopher, Christopher X-Spam-Status: No, score=-4.6 required=5.0 tests=AWL, BAYES_00, RP_MATCHES_RCVD, SPF_PASS autolearn=ham version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on sourceware.org X-Spam-Level: X-HELO: lists.gnu.org Received: from lists.gnu.org (HELO lists.gnu.org) (208.118.235.17) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 15 Nov 2016 19:20:36 +0000 Received: from localhost ([::1]:48286 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c6jHW-0005JY-NS for patchwork@sourceware.org; Tue, 15 Nov 2016 14:20:34 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53070) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c6jFY-0003r6-Mq for guix-devel@gnu.org; Tue, 15 Nov 2016 14:18:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c6jFV-0004BM-Kt for guix-devel@gnu.org; Tue, 15 Nov 2016 14:18:32 -0500 Received: from aibo.runbox.com ([91.220.196.211]:36097) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1c6jFV-0004AK-E3 for guix-devel@gnu.org; Tue, 15 Nov 2016 14:18:29 -0500 Received: from [10.9.9.212] (helo=mailfront12.runbox.com) by bars.runbox.com with esmtp (Exim 4.71) (envelope-from ) id 1c6jFU-0006MP-FQ for guix-devel@gnu.org; Tue, 15 Nov 2016 20:18:28 +0100 Received: from x5d83f949.dyn.telefonica.de ([93.131.249.73] helo=localhost) by mailfront12.runbox.com with esmtpsa (uid:892961 ) (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) id 1c6jFM-0002wO-1O; Tue, 15 Nov 2016 20:18:20 +0100 From: ng0 To: guix-devel@gnu.org Subject: [PATCH] gnu: fix name for ng0. Date: Tue, 15 Nov 2016 19:18:15 +0000 Message-Id: <20161115191815.20181-2-ng0@we.make.ritual.n0.is> X-Mailer: git-send-email 2.10.2 In-Reply-To: <20161115191815.20181-1-ng0@we.make.ritual.n0.is> References: <20161115191815.20181-1-ng0@we.make.ritual.n0.is> MIME-Version: 1.0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 91.220.196.211 X-BeenThere: guix-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list 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+patchwork=sourceware.org@gnu.org Sender: "Guix-devel" * gnu/packages/gnupg.scm: Apply it. --- 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 ;;;