diff options
Diffstat (limited to '')
-rw-r--r-- | lua/dep.lua | 2 |
1 files changed, 1 insertions, 1 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 |