DEVELOPERS: Fix warning with get-developers
authorPierre-Jean Texier <pjtexier@koncepto.io>
Wed, 7 Oct 2020 20:10:19 +0000 (22:10 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Thu, 8 Oct 2020 11:58:07 +0000 (13:58 +0200)
commitd7249f2f76f9fdcc2cf8a4490061b439c90186b6
tree1fdf75bc1a33ebb27ad9535b3b7b1ef0e61c5922
parentb4ad2183018b782d1beecf0eae89b33ab4b60eec
DEVELOPERS: Fix warning with get-developers

There is a typo between 'N' (for Firstname Lastname <email>) & 'F'
(for file pattern or directory)

$: ./utils/get-developers outgoing/*
WARNING: 'Sven Fischer <sven@leiderfischer.de>' doesn't match any file

Fixes: e7ebc7cd0905d7 ("package/qt5/qt5remoteobjects: new package")
Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
DEVELOPERS