diff options
| author | Martin Junghanns <m.junghanns@mailbox.org> | 2023-02-05 16:56:09 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-05 16:56:09 +0100 |
| commit | 4aa2011e0e25e06edf0db3d775f0460420b6955d (patch) | |
| tree | e01c320ae5bd73058bd9d5bddfa96cc8047df0db | |
| parent | feat(history): Add new flag to allow custom output format (#662) (diff) | |
| download | atuin-4aa2011e0e25e06edf0db3d775f0460420b6955d.zip | |
Fix CI build badge (#683)
see https://github.com/badges/shields/issues/8671
also, nice talk at FOSDEM :)
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ <hr/> <p align="center"> - <a href="https://github.com/ellie/atuin/actions?query=workflow%3ARust"><img src="https://img.shields.io/github/workflow/status/ellie/atuin/Rust?style=flat-square" /></a> + <a href="https://github.com/ellie/atuin/actions?query=workflow%3ARust"><img src="https://img.shields.io/github/actions/workflow/status/ellie/atuin/rust.yml?style=flat-square" /></a> <a href="https://crates.io/crates/atuin"><img src="https://img.shields.io/crates/v/atuin.svg?style=flat-square" /></a> <a href="https://crates.io/crates/atuin"><img src="https://img.shields.io/crates/d/atuin.svg?style=flat-square" /></a> <a href="https://github.com/ellie/atuin/blob/main/LICENSE"><img src="https://img.shields.io/crates/l/atuin.svg?style=flat-square" /></a> |
