From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id sAnCFUt3ZWSaLAEASxT56A (envelope-from ) for ; Thu, 18 May 2023 02:54:35 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id 6KvjFEt3ZWQ1rgAAG6o9tA (envelope-from ) for ; Thu, 18 May 2023 02:54:35 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 27CF63F21A for ; Thu, 18 May 2023 02:54:35 +0200 (CEST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pzRu9-0000AN-Bo; Wed, 17 May 2023 20:54:05 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pzRu7-000096-OO for guix-patches@gnu.org; Wed, 17 May 2023 20:54:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1pzRu7-00026b-Gu for guix-patches@gnu.org; Wed, 17 May 2023 20:54:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pzRu7-0006hz-CE for guix-patches@gnu.org; Wed, 17 May 2023 20:54:03 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#63508] [PATCH v2 3/4] gnu: eudev: Use new project URL. Resent-From: Felix Lechner Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 18 May 2023 00:54:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 63508 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 63508@debbugs.gnu.org Cc: Liliana Marie Prikler , Felix Lechner Received: via spool by 63508-submit@debbugs.gnu.org id=B63508.168437118625701 (code B ref 63508); Thu, 18 May 2023 00:54:03 +0000 Received: (at 63508) by debbugs.gnu.org; 18 May 2023 00:53:06 +0000 Received: from localhost ([127.0.0.1]:51502 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pzRtC-0006gN-Bz for submit@debbugs.gnu.org; Wed, 17 May 2023 20:53:06 -0400 Received: from sail-ipv4.us-core.com ([208.82.101.137]:57944) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pzRtA-0006fX-8l for 63508@debbugs.gnu.org; Wed, 17 May 2023 20:53:04 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; s=2017; bh=J2eE1ZfgDDRtxHo x8l+ZCI3W+5GGgZ9No7WsNJg8D+U=; h=references:in-reply-to:date:subject: cc:to:from; d=lease-up.com; b=DZu+W/6nLB3JFDknpwbIo4lBvTfjIoFk0ya3K+Ya NXRS+kSjGzYzErFGGVoOuLedogJYXo7gbGgWNIBagqV6fwxifynMVoWhNsoRlOui+APJqy P0LgHrQy5VdxiqVqtbkf4VSCtRW3rka/7CCxSTvQ8H7dgYFzXHrVUhwh2ECKY= Received: by sail-ipv4.us-core.com (OpenSMTPD) with ESMTPSA id 05d72d2a (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Thu, 18 May 2023 00:53:02 +0000 (UTC) Received: from localhost (localhost [local]) by localhost (OpenSMTPD) with ESMTPA id 431c79bd; Thu, 18 May 2023 00:53:01 +0000 (UTC) Date: Wed, 17 May 2023 17:52:40 -0700 Message-Id: <771fb5f5b89e13b43d3efe9c455410f7e712a600.1684370595.git.felix.lechner@lease-up.com> X-Mailer: git-send-email 2.40.1 In-Reply-To: <29b8c15130a15487142ecf2089cba2a76ee8cb6d.1684370595.git.felix.lechner@lease-up.com> References: <29b8c15130a15487142ecf2089cba2a76ee8cb6d.1684370595.git.felix.lechner@lease-up.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-to: Felix Lechner X-ACL-Warn: , Felix Lechner via Guix-patches From: Felix Lechner via Guix-patches via Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Country: US X-Migadu-Flow: FLOW_IN ARC-Seal: i=1; s=key1; d=yhetil.org; t=1684371275; a=rsa-sha256; cv=none; b=qF780qActhENWPcZHj1rDpCGC9PX4Tsjp5HzSWSKhcsTmvSHBcCLiT8A78HrpJnisKl46M kYSpQD8V7bFA6p//j0V2nKzhLe7rxt//l+5wH5gu+xH2yoOw3vrwp+wYjJxZKn5Gg9xi9y trSmAfEuwUsSuC0uSXf7imsputIGPTxt4sIV6FznbEGXxTqX/BamnC8eQMB0cbikeXqQWp r3wpZYS4SYv61PjxTbCMJe+S9IM/ubeVSTjfB40a++CZi7kCStZsG+G9fhwXTUUIRuZ2yx tDx8khTZcu5utRTcex+RCHkR8++VqalFf0J4dYgouVp2RI4tbBFstev+nm2Oog== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=lease-up.com header.s=2017 header.b="DZu+W/6n"; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1684371275; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=1iv/ZAnOAAb0iRiU+Q9Bvik34CB3B5V1+KimcXdk7KM=; b=ViERsemjV22EF1U4ao7m2oVEUvYZMmo+o8PEvJ+AGMdKywP0/f3UCIYPfJjXPw/BGLiyax D0EsdrN6vg3EbVLDmBRR3m5sUmc4jN1q5WVv4qVmfA5ffbE/eAuRf//oyitQIAxA5li6VP 5ICgOFk3bGjbU/qPvcVyxm5QgoSPbrItRZSCHtAfVSzKejUMErHE45vdTeL0If+8ARexgo EMH1JkW4ZiFDYAJJkP4GLd/A9/S12MpBOvetBXZR3zixoH6BYrPRruEIU+IL7lqM/zOJJP oPImLy7Rny3Bj7s8fLwKIK11rF3M3zfyfxgmPPKHPWWal4RLj11ZC2HQkrgGoQ== X-Migadu-Spam-Score: -2.19 X-Spam-Score: -2.19 X-Migadu-Queue-Id: 27CF63F21A X-Migadu-Scanner: scn0.migadu.com Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=lease-up.com header.s=2017 header.b="DZu+W/6n"; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-TUID: Y1w0uh2AybVJ * gnu/packages/linux.scm (eudev): Use new project URL. --- gnu/packages/linux.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 9058648700..7b989a466c 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -4144,7 +4144,7 @@ (define-public eudev (version "3.2.11") (source (origin (method git-fetch) - (uri (git-reference (url "https://github.com/gentoo/eudev") + (uri (git-reference (url "https://github.com/eudev-project/eudev") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 -- 2.40.1