grex: add mfrw as maintainer

Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
This commit is contained in:
Muhammad Falak R Wani 2023-08-24 19:58:49 +05:30
parent 8573330e41
commit 4ea6127649

View file

@ -28,6 +28,6 @@ rustPlatform.buildRustPackage rec {
description = "A command-line tool for generating regular expressions from user-provided test cases";
homepage = "https://github.com/pemistahl/grex";
license = licenses.asl20;
maintainers = with maintainers; [ SuperSandro2000 ];
maintainers = with maintainers; [ SuperSandro2000 mfrw ];
};
}