From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Kost Subject: Re: [PATCH] Add guile-commonmark Date: Fri, 05 Aug 2016 10:43:09 +0300 Message-ID: <87y44bacfm.fsf@gmail.com> References: <9a8e18c9-2578-60df-3fc9-57af5436f22f@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55228) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bVZmi-0006yp-As for guix-devel@gnu.org; Fri, 05 Aug 2016 03:43:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bVZmf-0008QF-4m for guix-devel@gnu.org; Fri, 05 Aug 2016 03:43:12 -0400 Received: from mail-lf0-x243.google.com ([2a00:1450:4010:c07::243]:34872) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bVZme-0008Q9-Sl for guix-devel@gnu.org; Fri, 05 Aug 2016 03:43:09 -0400 Received: by mail-lf0-x243.google.com with SMTP id l89so16501077lfi.2 for ; Fri, 05 Aug 2016 00:43:08 -0700 (PDT) In-Reply-To: <9a8e18c9-2578-60df-3fc9-57af5436f22f@gmail.com> (Erik Edrosa's message of "Thu, 4 Aug 2016 22:08:22 -0400") 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: Erik Edrosa Cc: guix-devel@gnu.org Erik Edrosa (2016-08-05 05:08 +0300) wrote: > Hello guix-devel, > > This is a patch to add guile-commonmark, a fully specified variant of > Markdown written in pure Guile. > > Thanks, > Erik > > From 94785c022cf25e69bd7b46aa455c80fa5ea84989 Mon Sep 17 00:00:00 2001 > From: Erik Edrosa > Date: Thu, 4 Aug 2016 21:52:18 -0400 > Subject: [PATCH] gnu: Add guile-commonmark ^ nitpick: In Guix we put a period in the end of commit message. > * gnu/packages/guile.scm (guile-commonmark): New variable. This is great, thanks! I'm going to commit it in a couple of days if there will be no other comments. -- Alex