From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 4/7] gnu: Add appstream-glib. Date: Thu, 09 Feb 2017 17:55:33 +0100 Message-ID: <874m03xq0q.fsf@gnu.org> References: <20170201233531.2640-1-david@craven.ch> <20170201233531.2640-4-david@craven.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50616) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cbs0R-0002dA-6W for guix-devel@gnu.org; Thu, 09 Feb 2017 11:55:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cbs0N-0005nM-Uv for guix-devel@gnu.org; Thu, 09 Feb 2017 11:55:39 -0500 In-Reply-To: <20170201233531.2640-4-david@craven.ch> (David Craven's message of "Thu, 2 Feb 2017 00:35:28 +0100") 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: David Craven Cc: guix-devel@gnu.org David Craven skribis: > * gnu/packages/glib.scm (appstream-glib): New variable. [...] > + (home-page "https://github.com/hughsie/appstream-glib") > + (synopsis "Library for reading and writing AppStream metadata") > + (description "This library provides objects and helper methods to he= lp > +reading and writing AppStream metadata.") Could you s/AppStream/@uref{http://=E2=80=A6, AppStream}? Maybe also =E2=80=9Cmetadata of the AppStream foobar format=E2=80=9D. Otherwise LGTM, thanks! Ludo=E2=80=99.