Update docs back to self-hosted
This commit is contained in:
parent
d8ce189e91
commit
b69a39fab8
|
|
@ -43,6 +43,7 @@ authors = ["Felix Krull"]
|
||||||
build = "build.rs"
|
build = "build.rs"
|
||||||
categories = ["external-ffi-bindings"]
|
categories = ["external-ffi-bindings"]
|
||||||
description = "FFI bindings to libostree-1"
|
description = "FFI bindings to libostree-1"
|
||||||
|
documentation = "https://fkrull.gitlab.io/rust-libostree/libostree_sys"
|
||||||
keywords = ["ffi", "ostree", "libostree"]
|
keywords = ["ffi", "ostree", "libostree"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
links = "ostree-1"
|
links = "ostree-1"
|
||||||
|
|
|
||||||
|
|
@ -8,6 +8,7 @@ license = "MIT"
|
||||||
description = "Rust bindings for libostree"
|
description = "Rust bindings for libostree"
|
||||||
keywords = ["ostree", "libostree"]
|
keywords = ["ostree", "libostree"]
|
||||||
|
|
||||||
|
documentation = "https://fkrull.gitlab.io/rust-libostree/libostree"
|
||||||
repository = "https://gitlab.com/fkrull/rust-libostree"
|
repository = "https://gitlab.com/fkrull/rust-libostree"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue