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 /plugins/lua | |
parent | 51d762ac5fd21c6cac898b2e5eed2eabdb0fe841 (diff) | |
download | alps-b5fcf10c440f48a3f2f4aa51f9ed5d850df7c845.tar.gz alps-b5fcf10c440f48a3f2f4aa51f9ed5d850df7c845.zip |
Repoint repository references to new location
Diffstat (limited to 'plugins/lua')
-rw-r--r-- | plugins/lua/lua.go | 2 | ||||
-rw-r--r-- | plugins/lua/plugin.go | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/lua/lua.go b/plugins/lua/lua.go index 451c884..c19795c 100644 --- a/plugins/lua/lua.go +++ b/plugins/lua/lua.go @@ -5,7 +5,7 @@ import ( "html/template" "path/filepath" - "git.sr.ht/~emersion/alps" + "git.sr.ht/~migadu/alps" "github.com/labstack/echo/v4" "github.com/yuin/gopher-lua" "layeh.com/gopher-luar" diff --git a/plugins/lua/plugin.go b/plugins/lua/plugin.go index aaf5597..a00aca3 100644 --- a/plugins/lua/plugin.go +++ b/plugins/lua/plugin.go @@ -1,7 +1,7 @@ package alpslua import ( - "git.sr.ht/~emersion/alps" + "git.sr.ht/~migadu/alps" ) func init() { |