From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: [PATCH] maintainers: fix script paths Date: Tue, 21 Feb 2017 11:22:02 +0100 Message-ID: <1487672522-18664-1-git-send-email-thomas.monjalon@6wind.com> To: dev@dpdk.org Return-path: Received: from mail-wr0-f177.google.com (mail-wr0-f177.google.com [209.85.128.177]) by dpdk.org (Postfix) with ESMTP id C33C72C50 for ; Tue, 21 Feb 2017 11:22:08 +0100 (CET) Received: by mail-wr0-f177.google.com with SMTP id z61so78898286wrc.1 for ; Tue, 21 Feb 2017 02:22:08 -0800 (PST) Received: from XPS13.localdomain (111.15.136.77.rev.sfr.net. [77.136.15.111]) by smtp.gmail.com with ESMTPSA id e16sm28322682wra.36.2017.02.21.02.22.07 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 21 Feb 2017 02:22:07 -0800 (PST) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" The directory scripts does not exist anymore. The files have been moved but some paths were not updated in the maintainers list. Fixes: 9a98f50e890b ("scripts: move to devtools") Signed-off-by: Thomas Monjalon --- MAINTAINERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 8305237..24e0eff 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -70,7 +70,7 @@ ABI versioning M: Neil Horman F: lib/librte_compat/ F: doc/guides/rel_notes/deprecation.rst -F: scripts/validate-abi.sh +F: devtools/validate-abi.sh Driver information F: buildtools/pmdinfogen/ @@ -241,7 +241,7 @@ F: app/test/test_mbuf.c Ethernet API M: Thomas Monjalon F: lib/librte_ether/ -F: scripts/test-null.sh +F: devtools/test-null.sh Flow API M: Adrien Mazarguil -- 2.7.0