From 998313e42d29b5dcd563cb8e50b51c2d3ca37b04 Mon Sep 17 00:00:00 2001 From: Roberto Ricci Date: Sun, 19 Jan 2025 23:35:43 +0100 Subject: [PATCH] soju: fix wrong command name in README.voidlinux --- srcpkgs/soju/files/README.voidlinux | 2 +- srcpkgs/soju/template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/soju/files/README.voidlinux b/srcpkgs/soju/files/README.voidlinux index 2d93e22a390300..ca8665d848aa62 100644 --- a/srcpkgs/soju/files/README.voidlinux +++ b/srcpkgs/soju/files/README.voidlinux @@ -5,4 +5,4 @@ By default, the database will be stored in /var/db/soju/ and logs will be in To initialize the database, make sure you run sojuctl as the _soju user: -$ sudo -u _soju sojuctl -config /etc/soju/config create-user -admin +$ sudo -u _soju sojudb -config /etc/soju/config create-user -admin diff --git a/srcpkgs/soju/template b/srcpkgs/soju/template index 5eefe1378f39f8..94ac3ff95b9ef6 100644 --- a/srcpkgs/soju/template +++ b/srcpkgs/soju/template @@ -1,7 +1,7 @@ # Template file for 'soju' pkgname=soju version=0.8.2 -revision=1 +revision=2 build_style=go go_import_path="codeberg.org/emersion/soju" go_package="./cmd/... ./contrib/..."