From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] gnu: Add mpdscribble. Date: Mon, 02 Mar 2015 10:28:43 +0100 Message-ID: <87h9u3929g.fsf@gnu.org> References: <87oaod7s72.fsf@fsf.org> <871tl9keor.fsf@gnu.org> <87ioel7otg.fsf@fsf.org> 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]:52448) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YSMef-00071A-4u for guix-devel@gnu.org; Mon, 02 Mar 2015 04:28:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YSMec-0003B4-0T for guix-devel@gnu.org; Mon, 02 Mar 2015 04:28:49 -0500 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:55143) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YSMeb-0003Az-T8 for guix-devel@gnu.org; Mon, 02 Mar 2015 04:28:45 -0500 In-Reply-To: <87ioel7otg.fsf@fsf.org> (David Thompson's message of "Sat, 28 Feb 2015 15:39:55 -0500") 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: David Thompson Cc: guix-devel@gnu.org David Thompson skribis: > Ludovic Court=C3=A8s writes: > >> David Thompson skribis: >> >>> From f0c0cae0aef184c6bb1d9340334ca1601113e1eb Mon Sep 17 00:00:00 2001 >>> From: David Thompson >>> Date: Sat, 28 Feb 2015 14:24:52 -0500 >>> Subject: [PATCH] gnu: Add mpdscribble. >>> >>> * gnu/packages/mpd.scm (mpdscribble): New variable. >> >> LGTM. >> >>> + (home-page "http://mpd.wikia.com/wiki/Client:Mpdscribble") >> >> Shouldn=E2=80=99t it be musicpd.org? > > This is a weird case. You'd think it would be on musicpd.org, because > that's where the source is. However, musicpd.org doesn't mention it! > It isn't listed on , and that page > sends users to the wiki for more clients. Debian uses the wikia page as > the home page, as well. Due to this weird situation, is it alright if I > leave the home-page as-is and add a comment to explain? Sure! Ludo=E2=80=99.