Skip to content

Commit

Permalink
FIX CovenScan: domain change (#6465)
Browse files Browse the repository at this point in the history
Fixes #6463
  • Loading branch information
MikeZeDev authored Dec 2, 2023
1 parent 4c80d44 commit f9b2b83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/web/mjs/connectors/CovenScan.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default class CovenScan extends WordPressMadara {
super.id = 'covenscan';
super.label = 'Coven Scan';
this.tags = [ 'manga', 'webtoon', 'portuguese', 'scanlation' ];
this.url = 'https://covenscan.com';
this.url = 'https://cvenscan.com';

}
}
}

0 comments on commit f9b2b83

Please sign in to comment.