From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: [PATCH 2/5] gnu: Add libosinfo. Date: Thu, 11 Aug 2016 18:41:56 +0200 Message-ID: <871t1vcl63.fsf@elephly.net> References: <20160803154603.6939-1-rekado@elephly.net> <20160803154603.6939-3-rekado@elephly.net> <20160807023026.GB11896@jasmine> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48755) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bXt3f-0002kK-Ao for guix-devel@gnu.org; Thu, 11 Aug 2016 12:42:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bXt3Z-0000FN-Ss for guix-devel@gnu.org; Thu, 11 Aug 2016 12:42:14 -0400 Received: from pegasus.bbbm.mdc-berlin.de ([141.80.25.20]:39809) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bXt3Z-0000Ez-IJ for guix-devel@gnu.org; Thu, 11 Aug 2016 12:42:09 -0400 In-Reply-To: <20160807023026.GB11896@jasmine> 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: Leo Famulari Cc: guix-devel@gnu.org Leo Famulari writes: > On Wed, Aug 03, 2016 at 05:46:00PM +0200, Ricardo Wurmus wrote: >> * gnu/packages/qemu.scm (libosinfo): New variable. > >> + ("usb.ids" >> + ,(origin >> + (method url-fetch) >> + ;; FIXME: there is no versioned URL >> + (uri "http://www.linux-usb.org/usb.ids") > > Is it worth sending them a message asking for a version URL? Yes, I just sent them an email to ask for either a versioned URL or read-only access to the repository. ~~ Ricardo