Update readme and license links
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
-- Use of this source code is governed by the MIT License
|
||||
-- which can be found in the LICENSE file and at:
|
||||
--
|
||||
-- https://opensource.org/licenses/MIT
|
||||
-- https://chiya.dev/licenses/mit.txt
|
||||
--
|
||||
|
||||
local logger = require("dep.log").global
|
||||
|
@ -4,7 +4,7 @@
|
||||
-- Use of this source code is governed by the MIT License
|
||||
-- which can be found in the LICENSE file and at:
|
||||
--
|
||||
-- https://opensource.org/licenses/MIT
|
||||
-- https://chiya.dev/licenses/mit.txt
|
||||
--
|
||||
local vim, setmetatable, pcall, debug, string, os, assert = vim, setmetatable, pcall, debug, string, os, assert
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
-- Use of this source code is governed by the MIT License
|
||||
-- which can be found in the LICENSE file and at:
|
||||
--
|
||||
-- https://opensource.org/licenses/MIT
|
||||
-- https://chiya.dev/licenses/mit.txt
|
||||
--
|
||||
local require, type, setmetatable, error, table, assert, math, os, debug =
|
||||
require, type, setmetatable, error, table, assert, math, os, debug
|
||||
|
@ -4,7 +4,7 @@
|
||||
-- Use of this source code is governed by the MIT License
|
||||
-- which can be found in the LICENSE file and at:
|
||||
--
|
||||
-- https://opensource.org/licenses/MIT
|
||||
-- https://chiya.dev/licenses/mit.txt
|
||||
--
|
||||
local logger = require("dep.log").global
|
||||
local store = require("dep.package").PackageStore()
|
||||
|
Reference in New Issue
Block a user