diff options
author | Michael Forney <mforney@mforney.org> | 2024-04-12 14:06:05 -0700 |
---|---|---|
committer | Michael Forney <mforney@mforney.org> | 2024-04-12 14:06:18 -0700 |
commit | c19a0bd9b78be94b455af55ad8ceb9be49410974 (patch) | |
tree | c95c1ee22392f78aba37efe2fa1e3d4deb7b5bee | |
parent | 053705b0ebc25a355c10ea46b3df18a84a5b842e (diff) |
README: Update builds.sr.ht badge to only consider master branch
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ (mirrored on [GitHub][GitHub mirror]) -[![builds.sr.ht status](https://builds.sr.ht/~mcf/cproc.svg)](https://builds.sr.ht/~mcf/cproc) +[![builds.sr.ht status](https://builds.sr.ht/~mcf/cproc/commits/master.svg)](https://builds.sr.ht/~mcf/cproc/commits/master) `cproc` is a [C11] compiler using [QBE] as a backend. It is released under the [ISC] license. |