From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH 1/1] gnu: gusb: Update home-page. Date: Thu, 24 Dec 2015 02:24:03 -0500 Message-ID: <20151224072403.GA4932@jasmine> References: <8f1640ed8f0fa8d917116cd4b85c47be34b121d4.1450941479.git.leo@famulari.name> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56004) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aC0Fu-0005B9-E8 for guix-devel@gnu.org; Thu, 24 Dec 2015 02:24:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aC0Fp-0003UN-EZ for guix-devel@gnu.org; Thu, 24 Dec 2015 02:24:10 -0500 Received: from out3-smtp.messagingengine.com ([66.111.4.27]:41125) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aC0Fp-0003UI-B2 for guix-devel@gnu.org; Thu, 24 Dec 2015 02:24:05 -0500 Received: from localhost (m895536d0.tmodns.net [208.54.85.137]) by mail.messagingengine.com (Postfix) with ESMTPA id B7844C016F0 for ; Thu, 24 Dec 2015 02:24:04 -0500 (EST) Content-Disposition: inline In-Reply-To: <8f1640ed8f0fa8d917116cd4b85c47be34b121d4.1450941479.git.leo@famulari.name> 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: guix-devel@gnu.org 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.