Skip to content

Commit da64341

Browse files
committed
fix: Update contacts for Buffet data source
1 parent 7933269 commit da64341

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • api/buffet/src/commonMain/kotlin/cz/lastaapps/api/buffet/data/repo

api/buffet/src/commonMain/kotlin/cz/lastaapps/api/buffet/data/repo/InfoRepoImpl.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2024, Petr Laštovička as Lasta apps, All rights reserved
2+
* Copyright 2025, Petr Laštovička as Lasta apps, All rights reserved
33
*
44
* This file is part of Menza.
55
*
@@ -174,8 +174,8 @@ internal class InfoRepoImpl(
174174
),
175175
Contact(
176176
role = "jednatel",
177-
name = "Ing. Michal Janča",
178-
phone = "+420 602 447 080".let(::PhoneNumber),
177+
name = "Ing. Aleš Faltys",
178+
phone = "+420 602 238 146".let(::PhoneNumber),
179179
email = null,
180180
),
181181
)

0 commit comments

Comments
 (0)