Rename project
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Valentin Brandl
2019-08-09 19:43:58 +02:00
parent 99eb44d618
commit 3f5b118ac5
9 changed files with 44 additions and 44 deletions

View File

@ -3,7 +3,7 @@ module Data exposing (Provider(..), Url, hostname, pathSeparator, toUrl)
hostname : String
hostname =
"https://gitcdn.tk/"
"https://yagcdn.tk/"
type Provider