lua: rockspeck urls

This commit is contained in:
Aylur
2024-09-12 11:34:50 +00:00
parent e04c00ac5c
commit ef46b758cd
+2 -2
View File
@@ -2,12 +2,12 @@ package = "astal"
version = "dev-1" version = "dev-1"
source = { source = {
url = "git+https://github.com/astal-sh/libastal", url = "git+https://github.com/aylur/astal",
} }
description = { description = {
summary = "lua bindings for libastal.", summary = "lua bindings for libastal.",
homepage = "https://github.com/astal-sh/libastal", homepage = "https://aylur.github.io/astal/",
license = "GPL-3", license = "GPL-3",
} }