Skip to content

Commit

Permalink
Update SettingsAboutController.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
az4521 authored Apr 8, 2019
1 parent 3a1992f commit 3aefabf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class SettingsAboutController : SettingsController() {
}
preference {
title = "Github"
val url = "https://github.com/NerdNumber9/TachiyomiEH"
val url = "https://github.com/az4521/Tachiyomi"
summary = url
onClick {
val intent = Intent(Intent.ACTION_VIEW, Uri.parse(url))
Expand Down

0 comments on commit 3aefabf

Please sign in to comment.