Skip to content

Commit

Permalink
update author
Browse files Browse the repository at this point in the history
  • Loading branch information
hlbarber committed Dec 28, 2023
1 parent 7f25ee9 commit b31ffb4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ version = "0.8.0"
authors = ["Harry Barber <[email protected]>"]
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.
Expand All @@ -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"]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)](
Expand Down

0 comments on commit b31ffb4

Please sign in to comment.