diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2017-04-26 22:53:26 +0300 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2017-04-26 22:53:26 +0300 |
commit | eb38a05beb43d2e7f7a47b1a397873042be5c1d1 (patch) | |
tree | 6da86327440ba9ace92e82dce9fefa43ed14a1d9 | |
parent | ef45352f800dd2aa25c129d8023d8fb5f84ee4ed (diff) | |
download | meson-eb38a05beb43d2e7f7a47b1a397873042be5c1d1.zip meson-eb38a05beb43d2e7f7a47b1a397873042be5c1d1.tar.gz meson-eb38a05beb43d2e7f7a47b1a397873042be5c1d1.tar.bz2 |
Fix web site upload repository.
-rw-r--r-- | docs/hotdoc.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/hotdoc.json b/docs/hotdoc.json index c9f6972..482bc95 100644 --- a/docs/hotdoc.json +++ b/docs/hotdoc.json @@ -11,6 +11,6 @@ "project_version": "1.0", "default-license": "CC-BY-SAv4.0", "sitemap": "sitemap.txt", - "git_upload_repository": "git@github.com:thiblahute/jpakkane.github.io.git", + "git_upload_repository": "git@github.com:jpakkane/jpakkane.github.io.git", "edit_on_github_repository": "https://github.com/mesonbuild/meson/" } |