From a19781234a130399d0c1d94fca95f40101659c36 Mon Sep 17 00:00:00 2001 From: Moustapha Kodjo Amadou Date: Sat, 20 Sep 2025 07:39:33 +0100 Subject: [PATCH] Update source code URL for repository reference --- source_generator.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]}"); }