From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: Re: [PATCH 1/1] gnu: gusb: Update home-page. Date: Fri, 25 Dec 2015 09:13:44 -0500 Message-ID: <87d1tu62g7.fsf@netris.org> References: <8f1640ed8f0fa8d917116cd4b85c47be34b121d4.1450941479.git.leo@famulari.name> <20151224072403.GA4932@jasmine> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59652) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aCT80-0004ez-Ed for guix-devel@gnu.org; Fri, 25 Dec 2015 09:13:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aCT7v-0005lC-EB for guix-devel@gnu.org; Fri, 25 Dec 2015 09:13:56 -0500 Received: from world.peace.net ([50.252.239.5]:41291) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aCT7v-0005l7-Ai for guix-devel@gnu.org; Fri, 25 Dec 2015 09:13:51 -0500 In-Reply-To: <20151224072403.GA4932@jasmine> (Leo Famulari's message of "Thu, 24 Dec 2015 02:24:03 -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: Leo Famulari Cc: guix-devel@gnu.org Leo Famulari writes: > On Thu, Dec 24, 2015 at 02:18:28AM -0500, Leo Famulari wrote: >> * gnu/packages/gnome.scm (gusb)[home-page]: Update home-page. >> --- >> gnu/packages/gnome.scm | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm >> index 8f886fd..aa9fb6f 100644 >> --- a/gnu/packages/gnome.scm >> +++ b/gnu/packages/gnome.scm >> @@ -3345,7 +3345,7 @@ DAV, and others.") >> (lambda _ >> (and (zero? (system* "gtkdocize")) >> (zero? (system* "autoreconf" "-vif")))))))) >> - (home-page "https://github/hughsie/libgusb") >> + (home-page "https://github.com/hughsie/libgusb") >> (synopsis "GLib binding for libusb1") >> (description >> "GUsb is a GObject wrapper for libusb1 that makes it easy to do >> -- >> 2.6.2 > > This patch was trivial and will only cause one package to be rebuilt > (simple-scan) so I pushed as 8f1640ed8f. Thanks. It won't cause any rebuilds at all, because the 'home-page' field is not included in the resulting derivations. Mark