From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH] gnu: Add cmark. Date: Fri, 23 Sep 2016 20:57:54 -0400 Message-ID: <20160924005754.GC24812@jasmine> References: <20160921022254.6701-1-erik.edrosa@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45532) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bnbIB-00017a-GE for guix-devel@gnu.org; Fri, 23 Sep 2016 20:58:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bnbI7-00065Y-DK for guix-devel@gnu.org; Fri, 23 Sep 2016 20:58:10 -0400 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:54289) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bnbI5-0005zQ-4I for guix-devel@gnu.org; Fri, 23 Sep 2016 20:58:07 -0400 Content-Disposition: inline In-Reply-To: <20160921022254.6701-1-erik.edrosa@gmail.com> 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 On Tue, Sep 20, 2016 at 10:22:54PM -0400, Erik Edrosa wrote: > * gnu/packages/markdown.scm (cmark): New variable. Thanks! Pushed with the following changes: > + (synopsis "CommonMark C reference implementation") I put the word "Markdown" in the synopsis. > + (license (list bsd-2 expat cc-by-sa4.0)))) I added some information to help explain this list.