diff options
author | redsky17 <joedonofry@gmail.com> | 2019-01-18 18:43:08 +0000 |
---|---|---|
committer | redsky17 <joedonofry@gmail.com> | 2019-01-18 18:43:08 +0000 |
commit | f5933b74a8443ca31c20d0711bcafcc1e41124e1 (patch) | |
tree | c5a1de174d226fdc3d3842960dc4c9975d39745d /.ci | |
parent | Merge branch 'master' of github.com:nheko-reborn/nheko (diff) | |
download | nheko-f5933b74a8443ca31c20d0711bcafcc1e41124e1.tar.xz |
Update CI Configs
Update .travis.yaml to have updated bintray api keys Update bintray-release.json to have correct casing for repo
Diffstat (limited to '.ci')
-rw-r--r-- | .ci/bintray-release.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.ci/bintray-release.json b/.ci/bintray-release.json index a5a5e745..f560ecad 100644 --- a/.ci/bintray-release.json +++ b/.ci/bintray-release.json @@ -17,7 +17,7 @@ ], "package": { "desc": "Desktop client for the Matrix protocol", - "issue_tracker_url": "https://github.com/nheko-reborn/nheko/issues", + "issue_tracker_url": "https://github.com/Nheko-Reborn/nheko/issues", "licenses": [ "GPL-3.0" ], @@ -26,8 +26,8 @@ "public_stats": true, "repo": "matrix", "subject": "mujx", - "vcs_url": "https://github.com/nheko-reborn/nheko", - "website_url": "https://github.com/nheko-reborn/nheko" + "vcs_url": "https://github.com/Nheko-Reborn/nheko", + "website_url": "https://github.com/Nheko-Reborn/nheko" }, "publish": true, "version": { |