diff --git a/SOURCES/soju.service b/SOURCES/soju.service index 0c62c09..89ffa08 100644 --- a/SOURCES/soju.service +++ b/SOURCES/soju.service @@ -7,7 +7,7 @@ After=network.target Type=simple User=root Group=root -ExecStart=/usr/bin/sojud -config /etc/soju/soju.conf +ExecStart=/usr/bin/sojud -config /home/soju/soju.conf Restart=always [Install] diff --git a/SPECS/soju.spec b/SPECS/soju.spec index a380253..849f0ea 100644 --- a/SPECS/soju.spec +++ b/SPECS/soju.spec @@ -2,12 +2,12 @@ %define debug_package %{nil} Name: soju -Version: 0.1.1 +Version: 0.2.1 Release: 1%{?dist} Summary: A user-friendly IRC bouncer Group: System/Library License: MIT -URL: https://github.com/42wim/matterircd +URL: https://git.sr.ht/~emersion/soju/tree Source0: soju.service BuildRequires: golang