NetAuth: Fix still more typos

This commit is contained in:
Michael Aldridge 2020-08-12 23:50:02 -07:00
parent 3a48ab8a96
commit b12059b251
2 changed files with 2 additions and 2 deletions

View file

@ -4,4 +4,4 @@
cd /var/lib/netauth/ || exit 1
chpst -u _netauthd:_netauthd netauthd 2>&1
chpst -u _netauth:_netauth netauthd 2>&1

View file

@ -1,7 +1,7 @@
# Template file for 'NetAuth'
pkgname=NetAuth
version=0.3.4
revision=2
revision=3
wrksrc=netauth-$version
build_style="go"
go_import_path="github.com/netauth/netauth"