diff options
author | redsky17 <joedonofry@gmail.com> | 2019-01-16 04:41:59 +0000 |
---|---|---|
committer | redsky17 <joedonofry@gmail.com> | 2019-01-16 04:41:59 +0000 |
commit | 88665b092529e4966b7cc08a1e3abf8e81d05529 (patch) | |
tree | cf3416ca6b5f9028114e256ace5429e19b79f3c8 /.ci | |
parent | Update deps CMake config to point to nheko-reborn mtxclient (diff) | |
download | nheko-88665b092529e4966b7cc08a1e3abf8e81d05529.tar.xz |
Update the README to point to updated endpoints for the various CI
projects. Update the appveyor configuration to no longer use mujx keys. Travis-CI keys still need to be updated.
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 ab6d17ba..a5a5e745 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/mujx/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/mujx/nheko", - "website_url": "https://github.com/mujx/nheko" + "vcs_url": "https://github.com/nheko-reborn/nheko", + "website_url": "https://github.com/nheko-reborn/nheko" }, "publish": true, "version": { |