diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/lua/astal-dev-1.rockspec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/lua/astal-dev-1.rockspec b/core/lua/astal-dev-1.rockspec index 7f5ae95..9a41fd1 100644 --- a/core/lua/astal-dev-1.rockspec +++ b/core/lua/astal-dev-1.rockspec @@ -2,12 +2,12 @@ package = "astal" version = "dev-1" source = { - url = "git+https://github.com/astal-sh/libastal", + url = "git+https://github.com/aylur/astal", } description = { summary = "lua bindings for libastal.", - homepage = "https://github.com/astal-sh/libastal", + homepage = "https://aylur.github.io/astal/", license = "GPL-3", } |