File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 29
29
(defgroup lsp-sqls nil
30
30
" LSP support for SQL, using sqls."
31
31
:group 'lsp-mode
32
- :link '(url-link " https://github.com/lighttiger2505 /sqls" )
32
+ :link '(url-link " https://github.com/sqls-server /sqls" )
33
33
:package-version `(lsp-mode . " 7.0" ))
34
34
35
35
(defcustom lsp-sqls-server " sqls"
Original file line number Diff line number Diff line change 1029
1029
"name" : " sqls" ,
1030
1030
"full-name" : " SQL (sqls)" ,
1031
1031
"server-name" : " sqls" ,
1032
- "server-url" : " https://github.com/lighttiger2505 /sqls" ,
1033
- "installation" : " go install github.com/lighttiger2505 /sqls@latest" ,
1032
+ "server-url" : " https://github.com/sqls-server /sqls" ,
1033
+ "installation" : " go install github.com/sqls-server /sqls@latest" ,
1034
1034
"debugger" : " Not available"
1035
1035
},
1036
1036
{
You can’t perform that action at this time.
0 commit comments