From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: [PATCH 4/7] gnu: Add quassel. Date: Sun, 28 Feb 2016 15:29:57 +0100 Message-ID: <20160228142957.GD18720@solar> References: <1456654212-31881-1-git-send-email-efraim@flashner.co.il> <1456654212-31881-5-git-send-email-efraim@flashner.co.il> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54776) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aa2MG-0003c0-TW for guix-devel@gnu.org; Sun, 28 Feb 2016 09:30:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aa2MD-0006EQ-OX for guix-devel@gnu.org; Sun, 28 Feb 2016 09:30:04 -0500 Received: from mailrelay7.public.one.com ([91.198.169.215]:35995) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aa2MD-0006EM-EZ for guix-devel@gnu.org; Sun, 28 Feb 2016 09:30:01 -0500 Content-Disposition: inline In-Reply-To: <1456654212-31881-5-git-send-email-efraim@flashner.co.il> 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Efraim Flashner Cc: guix-devel@gnu.org ... On Sun, Feb 28, 2016 at 12:10:09PM +0200, Efraim Flashner wrote: > + (synopsis "distributed IRC client") Start with a capital letter (this should be found by "guix lint"). > + (description "Quassel is a modern, cross-platform, distributed IRC client, > +meaning that one or more clients can attach to and detach from the central core. I would drop the marketing term "modern". > +It's much like the popular combination of screen and a text-based IRC client > +such as WeeChat or irssi, but graphical.") "It's" -> "It is"; better: "It resembles"? I assume that everything builds for you and did not check the licenses... ...