diff options
author | j3s <j3s@c3f.net> | 2020-11-18 12:31:43 -0600 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2020-11-20 07:38:10 -0500 |
commit | b5fcf10c440f48a3f2f4aa51f9ed5d850df7c845 (patch) | |
tree | 73fd9272f8b02c66842a91e8427163cdec4afbc0 /docs | |
parent | 51d762ac5fd21c6cac898b2e5eed2eabdb0fe841 (diff) | |
download | alps-b5fcf10c440f48a3f2f4aa51f9ed5d850df7c845.tar.gz alps-b5fcf10c440f48a3f2f4aa51f9ed5d850df7c845.zip |
Repoint repository references to new location
Diffstat (limited to 'docs')
-rw-r--r-- | docs/example-go-plugin/plugin.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/example-go-plugin/plugin.go b/docs/example-go-plugin/plugin.go index 7cf2eb9..90877df 100644 --- a/docs/example-go-plugin/plugin.go +++ b/docs/example-go-plugin/plugin.go @@ -7,8 +7,8 @@ import ( "fmt" "net/http" - "git.sr.ht/~emersion/alps" - alpsbase "git.sr.ht/~emersion/alps/plugins/base" + "git.sr.ht/~migadu/alps" + alpsbase "git.sr.ht/~migadu/alps/plugins/base" ) func init() { |