Repo rename

This commit is contained in:
Felix Krull 2019-05-16 18:30:59 +02:00 committed by Colin Walters
parent e817635e8b
commit 5028561b18
3 changed files with 12 additions and 12 deletions

View File

@ -7,8 +7,8 @@ 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"
documentation = "https://fkrull.gitlab.io/ostree-rs/libostree"
repository = "https://gitlab.com/fkrull/ostree-rs"
readme = "README.md"
exclude = [
@ -22,7 +22,7 @@ exclude = [
features = ["dox"]
[badges.gitlab]
repository = "fkrull/rust-libostree"
repository = "fkrull/ostree-rs"
[lib]
name = "libostree"

View File

@ -1,7 +1,7 @@
# rust-libostree
[![pipeline status](https://gitlab.com/fkrull/rust-libostree/badges/master/pipeline.svg)](https://gitlab.com/fkrull/rust-libostree/commits/master)
# ostree-rs
[![pipeline status](https://gitlab.com/fkrull/ostree-rs/badges/master/pipeline.svg)](https://gitlab.com/fkrull/ostree-rs/commits/master)
[![Crates.io](https://img.shields.io/crates/v/libostree.svg)](https://crates.io/crates/libostree)
[![master-docs](https://img.shields.io/badge/docs-master-brightgreen.svg)](https://fkrull.gitlab.io/rust-libostree/libostree)
[![master-docs](https://img.shields.io/badge/docs-master-brightgreen.svg)](https://fkrull.gitlab.io/ostree-rs/libostree)
**Rust** bindings for [libostree](https://ostree.readthedocs.io).

View File

@ -1,5 +1,5 @@
[badges.gitlab]
repository = "fkrull/rust-libostree"
repository = "fkrull/ostree-rs"
[build-dependencies]
pkg-config = "0.3.7"
@ -43,12 +43,12 @@ 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"
documentation = "https://fkrull.gitlab.io/ostree-rs/libostree_sys"
keywords = ["ffi", "ostree", "libostree"]
license = "MIT"
links = "ostree-1"
name = "libostree-sys"
repository = "https://gitlab.com/fkrull/rust-libostree"
repository = "https://gitlab.com/fkrull/ostree-rs"
version = "0.1.5"
[package.metadata.docs.rs]
features = ["dox"]