Skip to content

Commit a514885

Browse files
Update script_manager.lua: change base scripts repo
1 parent 954871d commit a514885

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/script_manager.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ local DEFAULT_BUTTONS_PER_PAGE = 10
8989
local DEFAULT_LOG_LEVEL = log.error
9090

9191
local LUA_DIR = dt.configuration.config_dir .. PS .. "lua"
92-
local LUA_SCRIPT_REPO = "https://github.com/darktable-org/lua-scripts.git"
92+
local LUA_SCRIPT_REPO = "https://github.com/aurelienpierreeng/lua-scripts.git"
9393

9494
local LUA_API_VER = "API-" .. dt.configuration.api_version_string
9595

0 commit comments

Comments
 (0)