From 50d81a7a7978f0d276deb8b3e85fa95742e82385 Mon Sep 17 00:00:00 2001 From: Tassilo Horn Date: Thu, 2 Sep 2021 11:35:56 +0200 Subject: [PATCH] Mention SourceHut support in README.md (#120) This is an addendum to the now-merged PR #117 which actually implemented the support. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d4fc9d2..bb448f0 100644 --- a/README.md +++ b/README.md @@ -9,11 +9,11 @@ Deps.rs is a service that shows you at a glance if any of your dependencies are This works by comparing the dependencies in a project's `Cargo.toml` to the latest versions in the crates.io database. For security-related information, we query the RustSec Security Advisory Database. -We currently support projects and crates hosted on crates.io, Github, Gitlab and Bitbucket. +We currently support projects and crates hosted on crates.io, Github, Gitlab, Bitbucket, and SourceHut. To analyze the state of your dependencies you can use the following URLs: - for projects on crates.io: `https://deps.rs/crate/` -- for projects on Github, Gitlab or Bitbucket: `https://deps.rs/repo///` (where `` is either `github`, `gitlab` or `bitbucket`) +- for projects on Github, Gitlab, Bitbucket, or SourceHut: `https://deps.rs/repo///` (where `` is either `github`, `gitlab`, `bitbucket`, or `sourcehut`) On the analysis page, you will also find the markdown code to include a fancy badge in your project README so visitors (and you) can see at a glance if your dependencies are still up to date!