Commit 4ea61276 authored by Muhammad Falak R Wani's avatar Muhammad Falak R Wani
Browse files

grex: add mfrw as maintainer

parent 8573330e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 ];
  };
}