diff --git a/source_generator.dart b/source_generator.dart index 5fcf801d..232af453 100644 --- a/source_generator.dart +++ b/source_generator.dart @@ -69,7 +69,7 @@ List _searchJsSources(Directory dir) { ..appMinVerReq = sourceJson["appMinVerReq"] ?? defaultSource.appMinVerReq ..sourceCodeUrl = - "https://raw.githubusercontent.com/entityJY/mangayomi-extensions-eJ/$branchName/javascript/${sourceJson["pkgPath"] ?? sourceJson["pkgName"]}"; + "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/javascript/${sourceJson["pkgPath"] ?? sourceJson["pkgName"]}"; if (sourceJson["id"] != null) { source = source..id = int.tryParse("${sourceJson["id"]}"); }