diff options
author | Aylur <[email protected]> | 2024-09-12 11:34:50 +0000 |
---|---|---|
committer | Aylur <[email protected]> | 2024-09-12 11:34:50 +0000 |
commit | ef46b758cd9eb9bd94a657ea46236f55a7f99f8d (patch) | |
tree | 4b5d3b23175506a4b731d4691b9d626f35d61817 /core | |
parent | e04c00ac5c7cd964879380d9e9f9f6bf8e2dfa8e (diff) |
lua: rockspeck urls
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", } |