Update docs back to self-hosted

This commit is contained in:
Felix Krull 2018-10-18 19:06:58 +02:00 committed by Colin Walters
parent d8ce189e91
commit b69a39fab8
2 changed files with 2 additions and 0 deletions

View File

@ -43,6 +43,7 @@ authors = ["Felix Krull"]
build = "build.rs"
categories = ["external-ffi-bindings"]
description = "FFI bindings to libostree-1"
documentation = "https://fkrull.gitlab.io/rust-libostree/libostree_sys"
keywords = ["ffi", "ostree", "libostree"]
license = "MIT"
links = "ostree-1"

View File

@ -8,6 +8,7 @@ license = "MIT"
description = "Rust bindings for libostree"
keywords = ["ostree", "libostree"]
documentation = "https://fkrull.gitlab.io/rust-libostree/libostree"
repository = "https://gitlab.com/fkrull/rust-libostree"
readme = "README.md"