aboutsummaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--lua/dep.lua2
-rw-r--r--lua/dep/log.lua2
-rw-r--r--lua/dep/package.lua2
-rw-r--r--lua/dep2.lua2
4 files changed, 4 insertions, 4 deletions
diff --git a/lua/dep.lua b/lua/dep.lua
index 1c6d9a1..f0e2f7b 100644
--- a/lua/dep.lua
+++ b/lua/dep.lua
@@ -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
diff --git a/lua/dep/log.lua b/lua/dep/log.lua
index 00dc8ca..86994b6 100644
--- a/lua/dep/log.lua
+++ b/lua/dep/log.lua
@@ -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
diff --git a/lua/dep/package.lua b/lua/dep/package.lua
index bff4e17..513df8d 100644
--- a/lua/dep/package.lua
+++ b/lua/dep/package.lua
@@ -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
diff --git a/lua/dep2.lua b/lua/dep2.lua
index 447f474..a4d4953 100644
--- a/lua/dep2.lua
+++ b/lua/dep2.lua
@@ -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()