diff options
author | Slack Coder <slackcoder@server.ky> | 2023-10-02 15:51:09 -0500 |
---|---|---|
committer | Slack Coder <slackcoder@server.ky> | 2023-10-03 06:57:46 -0500 |
commit | d978a115ef800c22e5cc1a30d075b26c896cabad (patch) | |
tree | 8886c097c73797aead16a4fd52176deff8f8536b /pkgtools-go | |
parent | 0b10d95fdb4e15ac732780faff726c6fa495d552 (diff) | |
download | slackbuilds-d978a115ef800c22e5cc1a30d075b26c896cabad.tar.xz |
Be clear about authorship
Diffstat (limited to 'pkgtools-go')
-rwxr-xr-x | pkgtools-go/pkgtools-go.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgtools-go/pkgtools-go.SlackBuild b/pkgtools-go/pkgtools-go.SlackBuild index 01f80c7..52bac4f 100755 --- a/pkgtools-go/pkgtools-go.SlackBuild +++ b/pkgtools-go/pkgtools-go.SlackBuild @@ -5,7 +5,7 @@ PRGNAM=pkgtools-go VERSION=${VERSION:-0.0.5} BUILD=${BUILD:-1} -TAG=${TAG:-_SBo} +TAG=${TAG:-_slackcoder} if [ -z "$ARCH" ]; then case "$( uname -m )" in |