Update asdf-golang links to reference asdf-community instead of kennyp (#124)

This commit is contained in:
Russell Sanborn 2023-09-26 11:52:15 -05:00 committed by GitHub
parent e7e8171c13
commit 116667e7ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ PLUGIN_DIR="$(dirname "${BASH_SOURCE[0]}")/.."
source "$PLUGIN_DIR/lib/helpers.sh"
cat <<-EOM
Plugin: https://github.com/kennyp/asdf-golang
Plugin: https://github.com/asdf-community/asdf-golang
Go: https://golang.org/
GNU Core Utils: http://www.gnu.org/software/coreutils/coreutils.html
curl: https://curl.haxx.se

View File

@ -10,6 +10,6 @@ source "$PLUGIN_DIR/lib/helpers.sh"
cat <<-EOM
Manage Go installs with ASDF
- https://github.com/kennyp/asdf-golang/
- https://github.com/asdf-community/asdf-golang/
- https://golang.org/
EOM

View File

@ -1,3 +1,3 @@
module github.com/kennyp/asdf-golang
module github.com/asdf-community/asdf-golang
go 1.18