fix source code url

This commit is contained in:
kodjomoustapha
2023-07-07 22:05:06 +01:00
parent 0a45e20d65
commit b4c1181173
9 changed files with 277 additions and 276 deletions

View File

@@ -2,7 +2,7 @@ import '../../model/source.dart';
const heancmsVersion = "0.0.1";
const heancmsSourceCodeUrl =
"https://raw.githubusercontent.com/kodjodevf/External-source-test/main/multisrc/heancms/heancms-v$heancmsVersion.dart";
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/multisrc/heancms/heancms-v$heancmsVersion.dart";
const defaultDateFormat = "yyyy-MM-dd'T'HH:mm:ss.SSSZZZZZ";
const defaultDateFormatLocale = "en";
List<Source> get heanCmsSourcesList => _heanCmsSourcesList;