From d59614f68db745e283f0070b69cc9b5abc642d6f Mon Sep 17 00:00:00 2001 From: Felix Ableitner Date: Wed, 16 Nov 2022 10:41:46 +0100 Subject: [PATCH] Change build status badge to drone.join-lemmy.org --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a4f14f..42b640b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ Activitypub-Federation === -[![Build Status](https://cloud.drone.io/api/badges/LemmyNet/activitypub-federation-rust/status.svg)](https://cloud.drone.io/LemmyNet/activitypub-federation-rust) +[![Build Status](https://drone.join-lemmy.org/api/badges/LemmyNet/activitypub-federation-rust/status.svg)](https://drone.join-lemmy.org/LemmyNet/activitypub-federation-rust) [![Crates.io](https://img.shields.io/crates/v/activitypub-federation.svg)](https://crates.io/crates/activitypub-federation) A high-level framework for [ActivityPub](https://www.w3.org/TR/activitypub/) federation in Rust, extracted from [Lemmy](https://join-lemmy.org/). The goal is that this library can take care of almost everything related to federation for different projects. For now it is still far away from that goal, and has many rough edges that need to be smoothed.