From 0715e77b06ce4b73c3061562081b979b68440209 Mon Sep 17 00:00:00 2001
From: Donny Johnson <itchychips@itchyeyes.net>
Date: Wed, 5 Jan 2022 04:38:51 -0600
Subject: [PATCH] Correct Synapse install command for FreeBSD. (#11267)

Co-authored-by: reivilibre <olivier@librepush.net>
---
 changelog.d/11267.doc      | 1 +
 docs/setup/installation.md | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)
 create mode 100644 changelog.d/11267.doc

diff --git a/changelog.d/11267.doc b/changelog.d/11267.doc
new file mode 100644
index 0000000000..3a720158de
--- /dev/null
+++ b/changelog.d/11267.doc
@@ -0,0 +1 @@
+Update Synapse install command for FreeBSD as the package is now prefixed with `py38`. Contributed by @itchychips.
diff --git a/docs/setup/installation.md b/docs/setup/installation.md
index 16562be953..210c80dace 100644
--- a/docs/setup/installation.md
+++ b/docs/setup/installation.md
@@ -164,7 +164,7 @@ xbps-install -S synapse
 Synapse can be installed via FreeBSD Ports or Packages contributed by Brendan Molloy from:
 
 - Ports: `cd /usr/ports/net-im/py-matrix-synapse && make install clean`
-- Packages: `pkg install py37-matrix-synapse`
+- Packages: `pkg install py38-matrix-synapse`
 
 #### OpenBSD
 
-- 
GitLab