commit | 6a63708a852272356da394697ab0d32577d30554 | [log] [tgz] |
---|---|---|
author | Tuncer Ayaz <tuncer.ayaz@gmail.com> | Tue Feb 06 21:28:44 2018 +0000 |
committer | Tuncer Ayaz <tuncer.ayaz@gmail.com> | Tue Feb 06 21:28:44 2018 +0000 |
tree | f9ea01ece704c69ba4afd69fe8d216e325107b93 | |
parent | fc812bdaf5b9a964504d61c31c5e934a44ff2e2c [diff] |
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"}]} ]}.