From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:34675) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iO6Bo-0000XK-6c for guix-patches@gnu.org; Fri, 25 Oct 2019 16:28:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iO6Bm-00043r-5q for guix-patches@gnu.org; Fri, 25 Oct 2019 16:28:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:58821) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iO6Bm-00043j-2m for guix-patches@gnu.org; Fri, 25 Oct 2019 16:28:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iO6Bl-0001MP-U9 for guix-patches@gnu.org; Fri, 25 Oct 2019 16:28:01 -0400 Subject: [bug#37927] Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:34599) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iO6BN-0007BS-Hk for guix-patches@gnu.org; Fri, 25 Oct 2019 16:27:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iO6BK-0003wl-Ud for guix-patches@gnu.org; Fri, 25 Oct 2019 16:27:36 -0400 Received: from relay9-d.mail.gandi.net ([217.70.183.199]:52557) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iO6BI-0003tr-S1 for guix-patches@gnu.org; Fri, 25 Oct 2019 16:27:34 -0400 Received: from localhost (luy13-1-78-237-113-178.fbx.proxad.net [78.237.113.178]) (Authenticated sender: brice@waegenei.re) by relay9-d.mail.gandi.net (Postfix) with ESMTPSA id A0F21FF805 for ; Fri, 25 Oct 2019 20:27:28 +0000 (UTC) From: Brice Waegeneire Date: Fri, 25 Oct 2019 22:27:12 +0200 Message-Id: <20191025202713.7739-1-brice@waegenei.re> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 37927@debbugs.gnu.org This patch should allow correctly importing most of the licenses from crates.io. Before it, importing recursively ripgrep would result in ~140 missing licenses; now none seems missing.