|
1 | 1 | <?php |
2 | 2 |
|
3 | 3 | return [ |
4 | | - 'version' => 'v1.2.2', |
| 4 | + 'version' => 'v1.2.3', |
5 | 5 | 'services' => [ |
6 | 6 | [ |
7 | 7 | 'address' => 'https://mtex.dev', |
8 | 8 | 'name' => 'Landingpage', |
9 | 9 | 'description' => 'Our main landingpage', |
10 | | - 'github' => 'https://github.com/MTEX-dev/static-landingpage', |
| 10 | + 'github' => 'https://github.com/MTEDdotDev/static-landingpage', |
11 | 11 | 'is_deployed' => true, |
12 | 12 | ], |
13 | 13 | [ |
14 | 14 | 'address' => 'https://tw.mtex.dev', |
15 | 15 | 'name' => 'Tailwind Components Libary', |
16 | 16 | 'description' => 'Our TailwindCSS component library for rapid UI development.', |
17 | | - 'github' => 'https://github.com/MTEX-dev/tw.mtex.dev', |
| 17 | + 'github' => 'https://github.com/MTEDdotDev/tw.mtex.dev', |
18 | 18 | 'is_deployed' => true, |
19 | 19 | ], |
20 | 20 | [ |
21 | 21 | 'address' => 'https://nx.mtex.dev', |
22 | 22 | 'name' => 'MTEX Nexus', |
23 | 23 | 'description' => 'A lightweight JSON API gateway for seamless data exchange and rapid prototyping.', |
24 | | - 'github' => 'https://github.com/MTEX-dev/nx.mtex.dev', |
| 24 | + 'github' => 'https://github.com/MTEDdotDev/nx.mtex.dev', |
25 | 25 | 'is_deployed' => true, |
26 | 26 | ], |
27 | 27 | [ |
28 | 28 | 'address' => 'https://gimy.site', |
29 | 29 | 'name' => 'GimySite', |
30 | 30 | 'description' => 'Free static website hosting for modern developers.', |
31 | | - 'github' => 'https://github.com/MTEX-dev/gimy.site', |
| 31 | + 'github' => 'https://github.com/MTEDdotDev/gimy.site', |
32 | 32 | 'is_deployed' => false, |
33 | 33 | ], |
34 | 34 | [ |
35 | 35 | 'address' => 'https://getmy.name', |
36 | 36 | 'name' => 'GetMyName', |
37 | 37 | 'description' => 'A headless API to power your personal portfolio data.', |
38 | | - 'github' => 'https://github.com/MTEX-dev/getmy.name', |
| 38 | + 'github' => 'https://github.com/MTEDdotDev/getmy.name', |
39 | 39 | 'is_deployed' => false, |
40 | 40 | ], |
41 | 41 | [ |
42 | 42 | 'address' => 'https://getmy.blog', |
43 | 43 | 'name' => 'GetMyBlog', |
44 | 44 | 'description' => 'Lightweight blogging-api for the minimalist writer.', |
45 | | - 'github' => 'https://github.com/MTEX-dev/getmy.blog', |
| 45 | + 'github' => 'https://github.com/MTEDdotDev/getmy.blog', |
46 | 46 | 'is_deployed' => false, |
47 | 47 | ], |
48 | 48 | ], |
|
0 commit comments