diff options
-rw-r--r-- | nitrocli/Cargo.toml | 2 | ||||
-rw-r--r-- | nitrocli/README.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/nitrocli/Cargo.toml b/nitrocli/Cargo.toml index 0c9f0f4..68b3b80 100644 --- a/nitrocli/Cargo.toml +++ b/nitrocli/Cargo.toml @@ -33,7 +33,7 @@ A command line tool for interacting with the Nitrokey Storage device. """ [badges] -gitlab = { repository = "d-e-s-o/nitrocli", branch = "devel" } +gitlab = { repository = "d-e-s-o/nitrocli", branch = "master" } [dependencies.nitrokey] version = "0.2.1" diff --git a/nitrocli/README.md b/nitrocli/README.md index d22ee71..7e721e8 100644 --- a/nitrocli/README.md +++ b/nitrocli/README.md @@ -1,4 +1,4 @@ -[![pipeline](https://gitlab.com/d-e-s-o/nitrocli/badges/devel/pipeline.svg)](https://gitlab.com/d-e-s-o/nitrocli/commits/devel) +[![pipeline](https://gitlab.com/d-e-s-o/nitrocli/badges/master/pipeline.svg)](https://gitlab.com/d-e-s-o/nitrocli/commits/master) [![crates.io](https://img.shields.io/crates/v/nitrocli.svg)](https://crates.io/crates/nitrocli) [![rustc](https://img.shields.io/badge/rustc-1.31+-blue.svg)](https://blog.rust-lang.org/2018/12/06/Rust-1.31-and-rust-2018.html) |