@@ -36,7 +36,7 @@ import Functora.Miso.Prelude
36
36
import Functora.Miso.Types as X
37
37
import Functora.Money hiding (Currency , Money , Text )
38
38
import qualified Functora.Prelude as Prelude
39
- import qualified Paths_lightning_verifier as Paths
39
+ import qualified Paths_delivery_calculator as Paths
40
40
import qualified Text.URI as URI
41
41
42
42
data Model = Model
@@ -270,7 +270,7 @@ baseUri =
270
270
" http://localhost:8080"
271
271
#else
272
272
baseUri =
273
- " https://functora.github.io/apps/lightning-verifier /" <> vsn <> " /index.html"
273
+ " https://functora.github.io/apps/delivery-calculator /" <> vsn <> " /index.html"
274
274
#endif
275
275
276
276
setScreenPure :: Screen -> Model -> JSM Model
@@ -298,7 +298,7 @@ btc = CurrencyInfo (CurrencyCode "btc") mempty
298
298
googlePlayLink :: URI
299
299
googlePlayLink =
300
300
either impureThrow id
301
- $ mkURI " https://play.google.com/apps/testing/com.functora.lightning_verifier "
301
+ $ mkURI " https://play.google.com/apps/testing/com.functora.delivery_calculator "
302
302
303
303
testGroupLink :: URI
304
304
testGroupLink =
@@ -314,15 +314,15 @@ sourceLink :: URI
314
314
sourceLink =
315
315
either impureThrow id
316
316
$ mkURI
317
- " https://github.com/functora/functora.github.io/tree/master/ghcjs/lightning-verifier "
317
+ " https://github.com/functora/functora.github.io/tree/master/ghcjs/delivery-calculator "
318
318
319
319
apkLink :: URI
320
320
apkLink =
321
321
either impureThrow id
322
322
. URI. mkURI
323
323
. from @ Unicode @ Text
324
- $ " https://github.com/functora/functora.github.io/releases/download/lightning-verifier -v"
324
+ $ " https://github.com/functora/functora.github.io/releases/download/delivery-calculator -v"
325
325
<> vsn
326
- <> " /lightning-verifier -v"
326
+ <> " /delivery-calculator -v"
327
327
<> vsn
328
328
<> " .apk"
0 commit comments