Skip to content

Commit

Permalink
Fid CovenScan domain (#6670)
Browse files Browse the repository at this point in the history
Fixes #6463
  • Loading branch information
MikeZeDev authored Jan 11, 2024
1 parent e58ffa5 commit 027c36b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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://cvenscan.com';
this.url = 'https://cvnscan.com';

}
}

0 comments on commit 027c36b

Please sign in to comment.