Fix GitLab link
diff --git a/src/triq.app.src b/src/triq.app.src
index 38f5233..c999b93 100644
--- a/src/triq.app.src
+++ b/src/triq.app.src
@@ -2,12 +2,12 @@
 %% application.
 {application, triq,
   [{description, "Trifork QuickCheck"},
-   {vsn, "1.0.1"},
+   {vsn, "1.0.2"},
    {registered,[]},
    {applications, [kernel,stdlib]},
    {build_dependencies, []},
    {env, []},
    {licenses, ["WTFPL"]},
    {links, [{"GitHub", "https://github.com/triqng/triq"},
-            {"GitLab", "https://github.com/triqng/triq"}]}
+            {"GitLab", "https://gitlab.com/triqng/triq"}]}
 ]}.