From e7c4f2e99ad50396c23d0ffdde6fa8974d83bf22 Mon Sep 17 00:00:00 2001 From: Jonathan Cobb Date: Fri, 3 Apr 2020 03:04:45 -0400 Subject: [PATCH] line spacing --- arch/bubble-repos.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/bubble-repos.md b/arch/bubble-repos.md index 878b912..39f35cc 100644 --- a/arch/bubble-repos.md +++ b/arch/bubble-repos.md @@ -38,14 +38,17 @@ These repositories contain code that is built separately, and then included in ` ### [dnscrypt-proxy](https://git.bubblev.org/bubblev/dnscrypt-proxy) A fork of https://github.com/DNSCrypt/dnscrypt-proxy.git + The `bubble` branch contains some minor changes to work with Bubble. The built binary is included in the `algo` repository, which is then packged and included in the ansible `algo` role in the `bubble` repository. ### [algo](https://git.bubblev.org/bubblev/algo) A fork of https://github.com/trailofbits/algo + The `bubble` branch contains some minor changes to work with Bubble, including the `bubble_zip.sh` script, which packages the repository for inclusion in the ansible `algo` role in the `bubble` repository. ### [mitmproxy](https://git.bubblev.org/bubblev/mitmproxy) A fork of https://github.com/mitmproxy/mitmproxy/ + The `bubble` branch contains some minor changes to work with Bubble, including the `bubble_zip.sh` script, which packages the repository for inclusion in the ansible `mitmproxy` role in the `bubble` repository. ### [bubble-nodemanager](https://git.bubblev.org/bubblev/bubble-nodemanager)