aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD2
-rw-r--r--README2
2 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c1cd771..a3d0ad3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ pkgver=1.0.0
3pkgrel=1 3pkgrel=1
4pkgdesc="Auto-configure Matrix homeservers (Dendrite/Synapse) with Coturn and Nginx/Let's Encrypt" 4pkgdesc="Auto-configure Matrix homeservers (Dendrite/Synapse) with Coturn and Nginx/Let's Encrypt"
5arch=('x86_64') 5arch=('x86_64')
6url="https://example.com/whiterabbit" 6url="https://git.philw.dev/whiterabbit.git/"
7license=('MIT') 7license=('MIT')
8depends=('docker' 'docker-compose' 'nginx' 'certbot' 'coturn' 'bash') 8depends=('docker' 'docker-compose' 'nginx' 'certbot' 'coturn' 'bash')
9source=("whiterabbit.sh") 9source=("whiterabbit.sh")
diff --git a/README b/README
index 2ecdd73..cfc4187 100644
--- a/README
+++ b/README
@@ -1 +1 @@
Simple shell script allowing sysadmins to easily spawn mutiple matrix dendrite monolith instances. One CLI tool to manage them all.