Skip to content

Commit

Permalink
Migrate to 'libbpf' Github organization
Browse files Browse the repository at this point in the history
  • Loading branch information
alexforster committed Dec 4, 2021
1 parent a139e04 commit 9da778e
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 @@ -3,8 +3,8 @@ name = "libbpf-sys"
version = "0.6.0-1"
description = "Rust bindings to libbpf from the Linux kernel"
readme = "README.md"
repository = "https://github.com/alexforster/libbpf-sys"
homepage = "https://github.com/alexforster/libbpf-sys"
repository = "https://github.com/libbpf/libbpf-sys"
homepage = "https://github.com/libbpf/libbpf-sys"
keywords = ["bpf", "ebpf", "xdp"]
authors = [
"Alex Forster <[email protected]>",
Expand All @@ -17,7 +17,7 @@ build = "build.rs"
links = "libbpf"

[badges]
travis-ci = { repository = "alexforster/libbpf-sys" }
travis-ci = { repository = "libbpf/libbpf-sys" }
maintenance = { status = "passively-maintained" }

[build-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# libbpf-sys [![Travis CI build status badge](https://travis-ci.org/alexforster/libbpf-sys.svg?branch=master)](https://travis-ci.org/alexforster/libbpf-sys) [![crates.io version number badge](https://img.shields.io/crates/v/libbpf-sys.svg)](https://crates.io/crates/libbpf-sys)
# libbpf-sys [![Travis CI build status badge](https://app.travis-ci.com/libbpf/libbpf-sys.svg?branch=master)](https://app.travis-ci.com/libbpf/libbpf-sys) [![crates.io version number badge](https://img.shields.io/crates/v/libbpf-sys.svg)](https://crates.io/crates/libbpf-sys)

**Rust bindings to _libbpf_ from the Linux kernel**

Expand Down

0 comments on commit 9da778e

Please sign in to comment.