diff --git a/Cargo.toml b/Cargo.toml index 81544b1..01e0238 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,8 +4,8 @@ version = "0.8.0" authors = ["Harry Barber "] edition = "2021" license = "MIT" -homepage = "https://github.com/hlb8122/tracing-gelf" -repository = "https://github.com/hlb8122/tracing-gelf" +homepage = "https://github.com/hlbarber/tracing-gelf" +repository = "https://github.com/hlbarber/tracing-gelf" keywords = ["graylog", "logging", "tracing", "tcp", "udp"] description = """ A Graylog tracing library. @@ -14,7 +14,7 @@ categories = ["development-tools"] exclude = ["/.travis.yml"] [badges] -travis-ci = { repository = "hlb8122/tracing-gelf" } +travis-ci = { repository = "hlbarber/tracing-gelf" } [features] rustls-tls = ["tokio-rustls", "rustls-pki-types"] diff --git a/README.md b/README.md index 863722a..1051b11 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A Graylog [`tracing`](https://github.com/tokio-rs/tracing) library. -[![Build Status](https://travis-ci.org/hlb8122/tracing-gelf.svg?branch=master)](https://travis-ci.org/hlb8122/tracing-gelf) +[![Build Status](https://travis-ci.org/hlbarber/tracing-gelf.svg?branch=master)](https://travis-ci.org/hlbarber/tracing-gelf) [![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE) [![Cargo](https://img.shields.io/crates/v/tracing-gelf.svg)](https://crates.io/crates/tracing-gelf) [![Documentation](https://docs.rs/tracing-gelf/badge.svg)](