Skip to content

Commit

Permalink
chore(es/hackstore): Change domain (#3262)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dark25 authored May 26, 2024
1 parent 995f782 commit f35c36d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/es/hackstore/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ext {
extName = 'Hackstore'
extClass = '.Hackstore'
extVersionCode = 8
extVersionCode = 9
}

apply from: "$rootDir/common.gradle"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class Hackstore : ConfigurableAnimeSource, ParsedAnimeHttpSource() {

override val name = "Hackstore"

override val baseUrl = "https://hackstore.rs"
override val baseUrl = "https://hackstore.to"

override val lang = "es"

Expand Down

0 comments on commit f35c36d

Please sign in to comment.