Prepare GitLab migration (adjust app file URLs)
diff --git a/src/triq.app.src b/src/triq.app.src
index e987ad0..99013f5 100644
--- a/src/triq.app.src
+++ b/src/triq.app.src
@@ -9,6 +9,6 @@
    {build_dependencies, []},
    {env, []},
    {licenses, ["Apache"]},
-   {links, [{"GitHub", "https://github.com/triqng/triq"},
-            {"GitLab", "https://gitlab.com/triqng/triq"}]}
+   {links, [{"Homepage", "https://triq.gitlab.io"},
+            {"GitLab", "https://gitlab.com/triq/triq"}]}
 ]}.