From 03633a14fb775f7cf56bb483ad4f671ca1e757bf Mon Sep 17 00:00:00 2001 From: Roland Weisleder Date: Sun, 8 Sep 2019 15:16:37 +0200 Subject: [PATCH] Adjust repository url for jFairy --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 469e6e7..875d087 100644 --- a/README.md +++ b/README.md @@ -940,7 +940,7 @@ A curated list of awesome Java frameworks, libraries and software. - [Beanmother](https://github.com/keepcosmos/beanmother) - Sets up beans from YAML fixtures. - [Fixture Factory](https://github.com/six2six/fixture-factory) - Generates fake objects from a template. -- [JFairy](https://github.com/Codearte/jfairy) - Fake data generator. +- [jFairy](https://github.com/Devskiller/jfairy) - Fake data generator. - [Randomized Testing](https://github.com/randomizedtesting/randomizedtesting) - JUnit test runner and plugins for running JUnit tests with pseudo-randomness. - [Java Faker](https://github.com/DiUS/java-faker) - A port of Ruby's fake data generator.