From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52547) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dJjKv-0002Lv-2N for guix-patches@gnu.org; Sat, 10 Jun 2017 12:34:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dJjKs-0000Pc-04 for guix-patches@gnu.org; Sat, 10 Jun 2017 12:34:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:36440) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dJjKr-0000PY-TN for guix-patches@gnu.org; Sat, 10 Jun 2017 12:34:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dJjKr-0003TE-OA for guix-patches@gnu.org; Sat, 10 Jun 2017 12:34:01 -0400 Subject: bug#26339: [PATCH] bootloader: Rename boot-name to bootloader-name. Resent-Message-ID: References: <20170402134916.2871-1-m.othacehe@gmail.com> <20170610085327.1353-1-m.othacehe@gmail.com> <87lgozyl52.fsf@gnu.org> From: Mathieu Othacehe In-reply-to: <87lgozyl52.fsf@gnu.org> Date: Sat, 10 Jun 2017 18:33:40 +0200 Message-ID: <878tkzol97.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 26339@debbugs.gnu.org Hi Ludo, > That makes it clear that we renamed a field and that the rest is purely > mechanical. Ok, pushed as f96752e with an updated commit message. Thanks, Mathieu