From 01303f6ddebdbf4ee3bfd488d51e8d8bf7ebfd84 Mon Sep 17 00:00:00 2001 From: Lorenzo Cogotti Date: Wed, 1 Nov 2023 17:31:47 +0100 Subject: [PATCH] [README,crush] Update repository links --- README.md | 12 ++++++------ crush.lua | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index d72720f..1a139e7 100644 --- a/README.md +++ b/README.md @@ -78,15 +78,15 @@ within the entire project, otherwise the same repository may be cloned several t ```lua { - -- Fetch lib/df-serialize from https://gitea.it/1414codeforge/df-serialize + -- Fetch lib/df-serialize from https://codeberg.org/1414codeforge/df-serialize -- needs ['quote'] syntax due to '-' - ['df-serialize'] = "https://gitea.it/1414codeforge/df-serialize", + ['df-serialize'] = "https://codeberg.org/1414codeforge/df-serialize", - -- Fetch lib/gear from https://gitea.it/1414codeforge/gear - gear = "https://gitea.it/1414codeforge/gear", + -- Fetch lib/gear from https://codeberg.org/1414codeforge/gear + gear = "https://codeberg.org/1414codeforge/gear", - -- Fetch lib/yui from https://gitea.it/1414codeforge/yui - yui = "https://gitea.it/1414codeforge/yui" + -- Fetch lib/yui from https://codeberg.org/1414codeforge/yui + yui = "https://codeberg.org/1414codeforge/yui" -- NOTE: Any dependency may also pull additional subdependencies, -- these will also be cloned within lib/ diff --git a/crush.lua b/crush.lua index 87a8e86..67e1af7 100644 --- a/crush.lua +++ b/crush.lua @@ -2,7 +2,7 @@ -- -- Author: Lorenzo Cogotti -- Copyright: 2022 The DoubleFourteen Code Forge --- Home: https://gitea.it/1414codeforge/crush +-- Home: https://codeberg.org/1414codeforge/crush -- License: MIT local io = require 'io'